UNPKG

@wangeditor-next/editor

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