feat: add vditor locally
This commit is contained in:
8
public/vditor/ts/util/Options.d.ts
vendored
Normal file
8
public/vditor/ts/util/Options.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/// <reference types="./types" />
|
||||
export declare class Options {
|
||||
options: IOptions;
|
||||
private defaultOptions;
|
||||
constructor(options: IOptions);
|
||||
merge(): IOptions;
|
||||
private mergeToolbar;
|
||||
}
|
||||
Reference in New Issue
Block a user