UNPKG

@wangeditor/editor-for-react

Version:
8 lines (7 loc) 190 B
/** * @description editor-for-react entry * @author wangfupeng */ import Editor from './components/Editor'; import Toolbar from './components/Toolbar'; export { Editor, Toolbar };