UNPKG

@wangeditor-next/editor

Version:
8 lines (7 loc) 202 B
/** * @description code block module * @author wangfupeng */ import { IModuleConf } from '@wangeditor-next/core'; declare const codeBlockModule: Partial<IModuleConf>; export default codeBlockModule;