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