Files
hustoj/web/include/vditor/dist/ts/markdown/mathRender.d.ts
2026-04-10 16:55:59 +08:00

10 lines
186 B
TypeScript

declare global {
interface Window {
MathJax: any;
}
}
export declare const mathRender: (element: HTMLElement, options?: {
cdn?: string;
math?: IMath;
}) => void;