synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
12 lines • 743 B
TypeScript
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