synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
8 lines (7 loc) • 402 B
TypeScript
/// <reference types="react" />
import { DownloadListTableProps } from '../download_list_v2/DownloadListTable';
/**
* Table of the files added to the Download Cart that are currently available for download.
* Note that this creates it's own QueryClient, so it's cache does not persist if you remount.
*/
export default function AvailableForDownloadTable(props: DownloadListTableProps): JSX.Element;