UNPKG

@portabletext/editor

Version:

Portable Text Editor made in React

15 lines (12 loc) 243 B
/** * @public */ export type BlockPath = [{_key: string}] /** * @public */ export type AnnotationPath = [{_key: string}, 'markDefs', {_key: string}] /** * @public */ export type ChildPath = [{_key: string}, 'children', {_key: string}]