synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
6 lines • 428 B
TypeScript
export type DownloadListActionsRequiredProps = {
/** Invoked when a user clicks "View Sharing Settings" for a set of files that require the Download permission*/
onViewSharingSettingsClicked?: (benefactorId: string) => void;
};
export declare function DownloadListActionsRequired(props: DownloadListActionsRequiredProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=DownloadListActionsRequired.d.ts.map