UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

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