UNPKG

@wangeditor/basic-modules

Version:
8 lines (7 loc) 183 B
/** * @description 全屏 * @author wangfupeng */ import { IModuleConf } from '@wangeditor/core'; declare const fullScreen: Partial<IModuleConf>; export default fullScreen;