UNPKG

@wangeditor/editor

Version:

Web rich text editor, Web 富文本编辑器

17 lines (16 loc) 372 B
/** * @description toolbar 配置 * @author wangfupeng */ export declare function genDefaultToolbarKeys(): (string | { key: string; title: string; iconSvg: string; menuKeys: string[]; })[]; export declare function genSimpleToolbarKeys(): (string | { key: string; title: string; iconSvg: string; menuKeys: string[]; })[];