MindMap/frontend/node_modules/vditor/dist/ts/toolbar/index.d.ts

11 lines
273 B
TypeScript
Raw Permalink Normal View History

/// <reference types="./types" />
export declare class Toolbar {
elements: {
[key: string]: HTMLElement;
};
element: HTMLElement;
constructor(vditor: IVditor);
updateConfig(vditor: IVditor, options: IToolbarConfig): void;
private genItem;
}