synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
9 lines • 506 B
TypeScript
import { Action } from '@sage-bionetworks/synapse-types';
export type ActionRequiredListItemProps = {
action: Action;
count?: number;
/** 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 ActionRequiredListItem(props: ActionRequiredListItemProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ActionRequiredListItem.d.ts.map