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

17 lines (16 loc) 672 B
/// <reference types="react" /> export declare type DownloadListTableProps = { listUpdatedCallback?: VoidFunction; forceSamePage?: boolean; renderAsModal?: boolean; onHide?: () => void; }; export declare const TESTING_TRASH_BTN_CLASS = "TESTING_TRASH_BTN_CLASS"; export declare const TESTING_CLEAR_BTN_CLASS = "TESTING_CLEAR_BTN_CLASS"; /** * Web-based download list. * * @deprecated Use the new Download List Services instead (that support the Download Cart). * http://rest-docs.synapse.org/rest/#org.sagebionetworks.repo.web.controller.DownloadListController */ export default function DownloadListTable(props: DownloadListTableProps): JSX.Element;