@wangeditor-next/editor
Version:
Web rich text editor, Web 富文本编辑器
9 lines (8 loc) • 299 B
TypeScript
/**
* @description helper
* @author wangfupeng
*/
import { IDomEditor } from '@wangeditor-next/core';
import { Node } from 'slate';
export declare function isMenuDisabled(editor: IDomEditor, _mark?: string): boolean;
export declare function removeMarks(editor: IDomEditor, textNode: Node): void;