UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

7 lines 224 B
import { SanityDocument } from '@sanity/types'; export interface PaneItemPreviewState { isLoading?: boolean; draft?: SanityDocument | null; published?: SanityDocument | null; } //# sourceMappingURL=types.d.ts.map