UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

6 lines 269 B
import React from 'react'; export interface ReferringDocumentsListProps { documents: Record<string, any>[]; } export declare function ReferringDocumentsList(props: ReferringDocumentsListProps): React.JSX.Element; //# sourceMappingURL=ReferringDocumentsList.d.ts.map