UNPKG

@wangeditor-kai/yjs-for-react

Version:

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

15 lines (14 loc) 365 B
/** * @description indent menu entry * @author wangfupeng */ import DecreaseIndentMenu from './DecreaseIndentMenu'; import IncreaseIndentMenu from './IncreaseIndentMenu'; export declare const indentMenuConf: { key: string; factory(): IncreaseIndentMenu; }; export declare const delIndentMenuConf: { key: string; factory(): DecreaseIndentMenu; };