UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

15 lines 644 B
export type DownloadConfirmationUIProps = { onAddToDownloadCart: () => void; fileCount?: number; fileSize?: number; onCancel: () => void; isLoadingStats?: boolean; isAddingToDownloadCart?: boolean; }; /** * This component is used to display the download confirmation dialog that presents to a user the number of files and the * total size of the files they are about to add to their download list. */ export declare function DownloadConfirmationUI(props: DownloadConfirmationUIProps): import("react/jsx-runtime").JSX.Element; export default DownloadConfirmationUI; //# sourceMappingURL=DownloadConfirmationUI.d.ts.map