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

13 lines 516 B
type CroissantButtonProps = { /** The synID of the dataset */ datasetId: string; /** The version number of the dataset */ datasetVersionNumber: number; }; /** * Given a Synapse ID and version number of a dataset, this component will render a button that links to the Croissant * metadata for that dataset. */ declare function CroissantButton(props: CroissantButtonProps): import("react/jsx-runtime").JSX.Element | null; export default CroissantButton; //# sourceMappingURL=CroissantButton.d.ts.map