UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

10 lines 428 B
/// <reference types="@sanity/types/parts/part.@sanity/base/other" /> /** * @internal */ export declare const deskToolSettings: import("part:@sanity/base/settings").SettingsNamespace<unknown>; /** * @internal */ export declare function useDeskToolSetting<ValueType>(namespace: string | null, key: string, defaultValue?: ValueType): [ValueType | undefined, (_value: ValueType) => void]; //# sourceMappingURL=settings.d.ts.map