UNPKG

@wangeditor-kai/yjs-for-react

Version:

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

8 lines (7 loc) 195 B
/** * @description format painter * @author CodePencil */ import { IModuleConf } from '@wangeditor-next/core'; declare const formatPainter: Partial<IModuleConf>; export default formatPainter;