UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

12 lines 743 B
export type DownloadIneligibleForPackagingFilesFromListButtonProps = { buttonText?: string; variant?: 'text' | 'outlined' | 'contained'; }; /** * Button component that downloads files from the user's download list that are ineligible for packaging. * Uses the infinite query hook to fetch all pages of download list items, * batches requests to get presigned URLs, and triggers browser downloads. */ export declare function DownloadIneligibleForPackagingFilesFromListButton(props: DownloadIneligibleForPackagingFilesFromListButtonProps): import("react/jsx-runtime").JSX.Element | null; export default DownloadIneligibleForPackagingFilesFromListButton; //# sourceMappingURL=DownloadIneligibleForPackagingFilesFromListButton.d.ts.map