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

16 lines 549 B
import { EntityType } from '@sage-bionetworks/synapse-client'; export type SynapseSearchResultsCardProps = { entityId: string; name: string; description?: string; entityType: EntityType; modifiedOn: number; locatedIn?: { name: string; id: string; }; searchTerms?: string[]; }; export declare function SynapseSearchResultsCard(props: SynapseSearchResultsCardProps): import("react/jsx-runtime").JSX.Element; export default SynapseSearchResultsCard; //# sourceMappingURL=SynapseSearchResultsCard.d.ts.map