UNPKG

@tiptap/core

Version:

headless rich text editor

3 lines (2 loc) 166 B
import { EditorState } from '@tiptap/pm/state'; export declare function isActive(state: EditorState, name: string | null, attributes?: Record<string, any>): boolean;