synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
17 lines (16 loc) • 519 B
TypeScript
import * as React from 'react';
import { FeaturedDataPlotsProps } from './FeaturedDataPlots';
export declare type FeatureDataTabProps = {
title: string;
icon?: string;
exploreObjectType?: string;
explorePagePath?: string;
plotsConfig: FeaturedDataPlotsProps;
};
export declare type FeaturedDataTabsProps = {
configs: FeatureDataTabProps[];
rgbIndex: number;
sql: string;
};
declare const FeaturedDataTabs: React.FunctionComponent<FeaturedDataTabsProps>;
export default FeaturedDataTabs;