UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

7 lines 287 B
import { DocumentPaneNode } from '../../../types'; import { InitialValueState } from './types'; /** * @internal */ export declare function useInitialValue(documentId: string, rawPaneOptions: DocumentPaneNode['options']): InitialValueState; //# sourceMappingURL=useInitialValue.d.ts.map