UNPKG

synapse-react-client

Version:

[![Build Status](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client.svg?branch=main)](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synaps

12 lines (11 loc) 410 B
/// <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;