UNPKG

synapse-react-client

Version:

[![Build Status](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client.svg?branch=main)](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synaps

13 lines (12 loc) 476 B
import * as React from 'react'; import { QueryWrapperChildProps } from '../../../containers/QueryWrapper'; export declare type FacetPlotsCardOwnProps = { title?: string; description?: string; rgbIndex?: number; facetsToPlot?: string[]; detailsPagePath?: string; }; declare type FacetPlotsCardProps = FacetPlotsCardOwnProps & QueryWrapperChildProps; declare const FacetPlotsCard: React.FunctionComponent<FacetPlotsCardProps>; export default FacetPlotsCard;