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

15 lines 661 B
export type SynapseFeaturedDatasetItemProps = { sourceTable: string; community?: string | null; name?: string | null; description?: string | null; contributors?: string | null; keywords?: string | null; individuals?: string | null; imageFileId?: string | null; size?: string | null; sizeUnit?: string | null; link: string; }; export declare function SynapseFeaturedDatasetItem({ sourceTable, name, description, contributors, keywords, imageFileId, individuals, size, sizeUnit, link, }: SynapseFeaturedDatasetItemProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SynapseFeaturedDatasetItem.d.ts.map