UNPKG

@wangeditor-next/editor

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