UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

7 lines 222 B
/// <reference types="react" /> import { PaneContextValue } from './types'; /** * @internal */ export declare const PaneContext: import("react").Context<PaneContextValue | null>; //# sourceMappingURL=PaneContext.d.ts.map