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

12 lines 653 B
import { ClickCallbackParams, PlotProps } from './types'; export type ThemesPlotProps = { onPointClick: ({ facetValue, type, event }: ClickCallbackParams) => void; onIndividualThemeBarPlotPointClick?: ({ facetValue, type, event, }: ClickCallbackParams) => void; dotPlot: PlotProps; topBarPlot: PlotProps; sideBarPlot: PlotProps; dotPlotYAxisLabel?: string; }; export declare function ThemesPlot({ dotPlot, topBarPlot, sideBarPlot, onPointClick, onIndividualThemeBarPlotPointClick, dotPlotYAxisLabel, }: ThemesPlotProps): import("react/jsx-runtime").JSX.Element; export default ThemesPlot; //# sourceMappingURL=ThemesPlot.d.ts.map