UNPKG

@portabletext/editor

Version:

Portable Text Editor made in React

10 lines (8 loc) 122 B
import type {BlockPath} from './paths' /** * @beta */ export type BlockOffset = { path: BlockPath offset: number }