UNPKG

@portabletext/editor

Version:

Portable Text Editor made in React

5 lines (3 loc) 167 B
import {createContext} from 'react' import type {EditorActor} from './editor-machine' export const EditorActorContext = createContext<EditorActor>({} as EditorActor)