UNPKG

@wangeditor-next/editor

Version:
17 lines (16 loc) 356 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[]; })[];