UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

14 lines 731 B
import React from 'react'; import { ReferringDocuments } from './useReferringDocuments'; declare type DeletionConfirmationDialogBodyProps = Required<ReferringDocuments> & { documentTitle: React.ReactNode; action: string; onReferenceLinkClick?: () => void; }; /** * The inner part of the `ConfirmDeleteDialog`. This is ran when both the * `crossDatasetReferences` and `internalReferences` are loaded. */ export declare function ConfirmDeleteDialogBody({ crossDatasetReferences, internalReferences, documentTitle, totalCount, action, datasetNames, hasUnknownDatasetNames, onReferenceLinkClick, }: DeletionConfirmationDialogBodyProps): React.JSX.Element; export {}; //# sourceMappingURL=ConfirmDeleteDialogBody.d.ts.map