synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
7 lines • 395 B
TypeScript
import { ProjectStorageLocationUsage } from '@sage-bionetworks/synapse-client';
export type ProjectStorageLimitAlertProps = {
didUploadsExceedLimit: boolean;
usage: ProjectStorageLocationUsage;
};
export declare function ProjectStorageLimitAlert(props: ProjectStorageLimitAlertProps): import("react/jsx-runtime").JSX.Element | null;
//# sourceMappingURL=ProjectStorageLimitAlert.d.ts.map