UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

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