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