synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
17 lines (16 loc) • 672 B
TypeScript
/// <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;