UNPKG

medium-proeditor

Version:

A powerful & customizable Medium-style rich text editor

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