UNPKG

@wangeditor/basic-modules

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