괄호 앞 음수 분배 스테이지 추가
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
declare module "react-katex" {
|
||||
import type { ComponentType } from "react";
|
||||
|
||||
interface MathComponentProps {
|
||||
math: string;
|
||||
}
|
||||
|
||||
export const InlineMath: ComponentType<MathComponentProps>;
|
||||
export const BlockMath: ComponentType<MathComponentProps>;
|
||||
}
|
||||
Reference in New Issue
Block a user