synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
14 lines • 513 B
TypeScript
export type AridhiaAccessStatusProps = {
/**
* dataset code
*/
datasetCode: string;
url?: string;
};
/**
* Component that displays the Aridhia data access request status.
* If the user is not authenticated with Aridhia, shows a sign-in button.
* Otherwise, shows the access status based on the data access requests.
*/
export default function AridhiaAccessStatus(props: AridhiaAccessStatusProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=AridhiaAccessStatus.d.ts.map