UNPKG

@wangeditor/basic-modules

Version:
10 lines (9 loc) 213 B
/** * @description block quote menu * @author wangfupeng */ import BlockquoteMenu from './BlockquoteMenu'; export declare const blockquoteMenuConf: { key: string; factory(): BlockquoteMenu; };