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

10 lines 452 B
import { Row } from '@sage-bionetworks/synapse-types'; export type SynapseByTheNumbersItemProps = { title: string; description: string; rows: Row[]; plotXColIndex: number; plotYColIndex: number; }; export declare function SynapseByTheNumbersItem({ title, description, rows, plotXColIndex, plotYColIndex, }: SynapseByTheNumbersItemProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SynapseByTheNumbersItem.d.ts.map