UNPKG

medium-proeditor

Version:

A powerful & customizable Medium-style rich text editor

4 lines 256 B
import type { Node as ProseMirrorNode } from 'prosemirror-model'; import type { MarkRange } from '../types'; export declare function getMarksBetween(from: number, to: number, doc: ProseMirrorNode): MarkRange[]; //# sourceMappingURL=getMarksBetween.d.ts.map