UNPKG

@tiptap/core

Version:

headless rich text editor

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