synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
13 lines • 516 B
TypeScript
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