Files
blog-vue/public/vditor/ts/markdown/mathRender.d.ts
2025-11-12 14:39:23 +08:00

10 lines
200 B
TypeScript

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