/** * @description line-height module entry * @author wangfupeng */ import { IModuleConf } from '@wangeditor/core'; declare const lineHeight: Partial; export default lineHeight;