UNPKG

@edtr-io/plugin-text

Version:
8 lines 293 B
import * as React from 'react'; import { Action, State } from './store'; export declare const EditorContext: React.Context<EditorContextValue>; export interface EditorContextValue { state: State; dispatch: (action: Action) => void; } //# sourceMappingURL=editor-context.d.ts.map