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