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

10 lines (9 loc) 510 B
/// <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;