UNPKG

@portabletext/editor

Version:

Portable Text Editor made in React

8 lines (6 loc) 201 B
import type {EditorPriority} from '../priority/priority.types' import type {Behavior} from './behavior.types.behavior' export type BehaviorConfig = { behavior: Behavior priority: EditorPriority }