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

10 lines 548 B
import { ThemesPlot } from './ThemesPlot'; import type { ThemesPlotProps } from './ThemesPlot'; import { UpsetPlot } from './UpsetPlot'; import type { UpsetPlotProps } from './UpsetPlot'; import { SynapsePlot } from './SynapsePlot'; import type { SynapsePlotProps } from './SynapsePlot'; import type { ClickCallbackParams } from './types'; import type { GraphItem } from './types'; export { ThemesPlot, ThemesPlotProps, UpsetPlot, UpsetPlotProps, SynapsePlot, SynapsePlotProps, ClickCallbackParams, GraphItem, }; //# sourceMappingURL=index.d.ts.map