index.d.ts 207 B

123456789
  1. /// <reference types="./types" />
  2. export declare class Toolbar {
  3. elements: {
  4. [key: string]: HTMLElement;
  5. };
  6. element: HTMLElement;
  7. constructor(vditor: IVditor);
  8. private genItem;
  9. }