UNPKG

@prisma-cms/front-editor

Version:
6 lines (5 loc) 231 B
/// <reference types="react" /> import { EditorContextValue } from './interfaces'; export * from './interfaces'; export declare const EditorContext: import("react").Context<EditorContextValue | null>; export default EditorContext;