synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
10 lines (9 loc) • 510 B
TypeScript
/// <reference types="react" />
import { FilesStatisticsResponse } from '../../utils/synapseTypes/DownloadListV2/QueryResponseDetails';
export declare const TESTING_TRASH_BTN_CLASS = "TESTING_TRASH_BTN_CLASS";
export declare const TESTING_CLEAR_BTN_CLASS = "TESTING_CLEAR_BTN_CLASS";
export declare type DownloadListTableProps = {
filesStatistics: FilesStatisticsResponse;
refetchStatistics: () => Promise<any>;
};
export default function DownloadListTable(props: DownloadListTableProps): JSX.Element;