synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
12 lines (11 loc) • 410 B
TypeScript
/// <reference types="react" />
export declare type ShowDownloadV2Props = {
to: string;
className?: string;
};
/**
* Nav bar item, displayed when files have been added to the Download Cart.
* This must be configured with the URL of a page dedicated to showing the Download Cart.
*/
declare function ShowDownloadV2({ to, className }: ShowDownloadV2Props): JSX.Element;
export default ShowDownloadV2;