godoos/frontend/public/vditor/dist/ts/markdown/mathRender.d.ts
2024-07-25 16:41:01 +08:00

10 lines
220 B
TypeScript

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