/**
 * @description code-highlight
 * @author wangfupeng
 */
import './assets/index.less';
import './locale/index';
import wangEditorCodeHighLightDecorate from './decorate';
import wangEditorCodeHighlightModule from './module/index';
export { wangEditorCodeHighLightDecorate, wangEditorCodeHighlightModule };
