synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
13 lines (12 loc) • 476 B
TypeScript
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;