UNPKG

@wangeditor-next/editor

Version:
10 lines (9 loc) 194 B
/** * @description menu entry * @author CodePencil */ import FormatPainter from './FormatPainter'; export declare const formatPainterConf: { key: string; factory(): FormatPainter; };