UNPKG

medium-proeditor

Version:

A powerful & customizable Medium-style rich text editor

4 lines 230 B
import type { MarkType } from 'prosemirror-model'; import type { EditorState } from 'prosemirror-state'; export declare function canApplyMark(state: EditorState, type: MarkType): boolean; //# sourceMappingURL=canApplyMark.d.ts.map