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

8 lines (7 loc) 402 B
/// <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;