UNPKG

rhino-editor

Version:

A custom element wrapped rich text editor

4 lines (3 loc) 237 B
import { NodeType } from "@tiptap/pm/model"; import { EditorState } from "@tiptap/pm/state"; export declare function isExactNodeActive(state: EditorState, typeOrName: NodeType | string | null, attributes?: Record<string, any>): boolean;