File size: 88 Bytes
1e92f2d |
1 2 3 4 |
declare module 'react-katex' {
export const InlineMath: React.FC<{ math: string }>;
}
|
1e92f2d |
1 2 3 4 |
declare module 'react-katex' {
export const InlineMath: React.FC<{ math: string }>;
}
|