UNPKG

@tiptap/core

Version:

headless rich text editor

4 lines (3 loc) 216 B
import { MarkType, ResolvedPos } from '@tiptap/pm/model'; import { Range } from '../types.js'; export declare function getMarkRange($pos: ResolvedPos, type: MarkType, attributes?: Record<string, any>): Range | void;