UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

14 lines 513 B
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