UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

12 lines 392 B
import React from 'react'; import { SanityDocument, SchemaType } from '@sanity/types'; interface ReferencePreviewLinkProps { onClick?: () => void; type: SchemaType & { icon?: any; }; value: SanityDocument; } export declare function ReferencePreviewLink(props: ReferencePreviewLinkProps): React.JSX.Element; export {}; //# sourceMappingURL=ReferencePreviewLink.d.ts.map