feat: add vditor locally
This commit is contained in:
4
public/vditor/ts/ui/initUI.d.ts
vendored
Normal file
4
public/vditor/ts/ui/initUI.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export declare const initUI: (vditor: IVditor) => void;
|
||||
export declare const setPadding: (vditor: IVditor) => void;
|
||||
export declare const setTypewriterPosition: (vditor: IVditor) => void;
|
||||
export declare function UIUnbindListener(): void;
|
||||
1
public/vditor/ts/ui/setCodeTheme.d.ts
vendored
Normal file
1
public/vditor/ts/ui/setCodeTheme.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export declare const setCodeTheme: (codeTheme: string, cdn?: string) => void;
|
||||
1
public/vditor/ts/ui/setContentTheme.d.ts
vendored
Normal file
1
public/vditor/ts/ui/setContentTheme.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export declare const setContentTheme: (contentTheme: string, path: string) => void;
|
||||
1
public/vditor/ts/ui/setPreviewMode.d.ts
vendored
Normal file
1
public/vditor/ts/ui/setPreviewMode.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export declare const setPreviewMode: (mode: "both" | "editor", vditor: IVditor) => void;
|
||||
1
public/vditor/ts/ui/setTheme.d.ts
vendored
Normal file
1
public/vditor/ts/ui/setTheme.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export declare const setTheme: (vditor: IVditor) => void;
|
||||
Reference in New Issue
Block a user