feat: add vditor locally
This commit is contained in:
2
public/vditor/ts/util/addScript.d.ts
vendored
Normal file
2
public/vditor/ts/util/addScript.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
export declare const addScriptSync: (path: string, id: string) => boolean;
|
||||
export declare const addScript: (path: string, id: string) => Promise<unknown>;
|
||||
Reference in New Issue
Block a user