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

12 lines 519 B
export type DownloadDetailsProps = { numFiles?: number; numBytes?: number; }; /** * Displays download information including number of files, size of download, and time to download. * Prefer to use {@link ../DownloadCart/DownloadDetails} instead, particularly when you have information about file packaging in/eligibility * @param props * @returns */ export default function DownloadDetails(props: DownloadDetailsProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DownloadDetails.d.ts.map