UNPKG

@wangeditor-kai/yjs-for-react

Version:

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

10 lines (9 loc) 309 B
/** * @description code-highlight * @author wangfupeng */ import './assets/index.less'; import './locale/index'; import wangEditorCodeHighLightDecorate from './decorate'; import wangEditorCodeHighlightModule from './module/index'; export { wangEditorCodeHighLightDecorate, wangEditorCodeHighlightModule };