UNPKG

@wangeditor-kai/yjs-for-react

Version:

React specific components/utils for wangeditor-next-yjs.

13 lines (12 loc) 502 B
/** * @description 两端对齐 * @author wangfupeng */ import { IDomEditor } from '@wangeditor-next/core'; import BaseMenu from './BaseMenu'; declare class JustifyJustifyMenu extends BaseMenu { readonly title: string; readonly iconSvg = "<svg viewBox=\"0 0 1024 1024\"><path d=\"M0 64h1024v128H0z m0 192h1024v128H0z m0 192h1024v128H0z m0 192h1024v128H0z m0 192h1024v128H0z\"></path></svg>"; exec(editor: IDomEditor, _value: string | boolean): void; } export default JustifyJustifyMenu;