UNPKG

@wangeditor-next/editor

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