feat: add vditor locally
This commit is contained in:
10
public/vditor/ts/toolbar/index.d.ts
vendored
Normal file
10
public/vditor/ts/toolbar/index.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/// <reference types="./types" />
|
||||
export declare class Toolbar {
|
||||
elements: {
|
||||
[key: string]: HTMLElement;
|
||||
};
|
||||
element: HTMLElement;
|
||||
constructor(vditor: IVditor);
|
||||
updateConfig(vditor: IVditor, options: IToolbarConfig): void;
|
||||
private genItem;
|
||||
}
|
||||
Reference in New Issue
Block a user