UNPKG

@portabletext/editor

Version:

Portable Text Editor made in React

10 lines (8 loc) 136 B
import type {KeyedSegment} from '@sanity/types' /** * @beta */ export type BlockOffset = { path: [KeyedSegment] offset: number }