UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

4 lines 310 B
import { SanityDocument } from '@sanity/types'; import { Controller as HistoryController } from './documentHistory/history/Controller'; export declare function getPreviewUrl(historyController: HistoryController, value: Partial<SanityDocument> | null): string | null; //# sourceMappingURL=usePreviewUrl.d.ts.map