UNPKG

@wangeditor-kai/yjs-for-react

Version:

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

4 lines (3 loc) 161 B
import { IDomEditor } from '@wangeditor-next/core'; /** 清空所有标记(文本样式) */ export declare function clearAllMarks(editor: IDomEditor): void;