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

19 lines 942 B
import { CardLink } from '@/components/CardContainer/CardLink'; import { ColumnModel, Row, SelectColumn } from '@sage-bionetworks/synapse-types'; import { ColumnIconConfigs, ColumnSpecifiedLink, MarkdownLink } from '../CardContainerLogic'; import { EntityImage, MapValueToReactComponentConfig } from '../CardContainerLogic/CardContainerLogic'; type SynapseCardLabelProps = { value: string; columnName: string; labelLink: CardLink | MarkdownLink | ColumnSpecifiedLink | EntityImage | MapValueToReactComponentConfig | undefined; selectColumns: SelectColumn[] | undefined; columnModels: ColumnModel[] | undefined; isHeader: boolean; className?: string; rowData: Row['values']; rowId?: string; columnIconOptions?: ColumnIconConfigs; }; export declare function SynapseCardLabel(props: SynapseCardLabelProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SynapseCardLabel.d.ts.map