UNPKG

@wangeditor-next/editor

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