godoos/frontend/public/vditor/dist/ts/toolbar/index.d.ts
2024-07-25 16:41:01 +08:00

9 lines
207 B
TypeScript

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