UNPKG

@wangeditor-kai/yjs-for-react

Version:

React specific components/utils for wangeditor-next-yjs.

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