Files
blog-vue/public/vditor/ts/toolbar/index.d.ts
2025-11-12 14:39:23 +08:00

11 lines
273 B
TypeScript

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