UNPKG

@wangeditor-next/editor

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