修复dist问题
This commit is contained in:
9
web/include/vditor/dist/ts/markdown/mathRender.d.ts
vendored
Normal file
9
web/include/vditor/dist/ts/markdown/mathRender.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
declare global {
|
||||
interface Window {
|
||||
MathJax: any;
|
||||
}
|
||||
}
|
||||
export declare const mathRender: (element: HTMLElement, options?: {
|
||||
cdn?: string;
|
||||
math?: IMath;
|
||||
}) => void;
|
||||
Reference in New Issue
Block a user