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