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

14 lines (13 loc) 740 B
import React from 'react'; import { RouteComponentProps } from 'react-router-dom'; export declare type ShowDownloadProps = { to?: string; }; /** * Nav toolbar UI to show how many files are in the Web-based Download List. * * @deprecated Moving to using the new Download List Services instead. http://rest-docs.synapse.org/rest/#org.sagebionetworks.repo.web.controller.DownloadListController */ declare function ShowDownload({ to }: ShowDownloadProps & RouteComponentProps): JSX.Element; declare const _default: React.ComponentClass<Pick<ShowDownloadProps & RouteComponentProps<{}, import("react-router").StaticContext, unknown>, "to">, any> & import("react-router").WithRouterStatics<typeof ShowDownload>; export default _default;