UNPKG

@wangeditor/basic-modules

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