UNPKG

medium-proeditor

Version:

A powerful & customizable Medium-style rich text editor

4 lines 264 B
import type { EditorState } from 'prosemirror-state'; import type { NodeType } from 'prosemirror-model'; export default function isNodeActive(state: EditorState, type: NodeType, attributes?: Record<string, any>): boolean; //# sourceMappingURL=isNodeActive.d.ts.map