修复dist问题
This commit is contained in:
@@ -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