@wangeditor-next/editor
Version:
Web rich text editor, Web 富文本编辑器
17 lines (16 loc) • 356 B
TypeScript
/**
* @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[];
})[];