synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
11 lines • 621 B
TypeScript
import { QueryVisualizationContextType } from '../QueryVisualizationWrapper';
import { FacetPlotsCardProps } from './FacetPlotsCard';
export type SingleQueryFacetPlotsCardsProps = {
rgbIndex?: number;
facetsToPlot?: string[];
columnAliases?: Record<string, string>;
sql?: string;
} & Pick<QueryVisualizationContextType, 'unitDescription'> & Pick<FacetPlotsCardProps, 'plotType'>;
declare function SingleQueryFacetPlotsCards(props: SingleQueryFacetPlotsCardsProps): import("react/jsx-runtime").JSX.Element;
export default SingleQueryFacetPlotsCards;
//# sourceMappingURL=SingleQueryFacetPlotsCards.d.ts.map