UNPKG

@aniruddha1806/bubble-chart

Version:

A customizable, responsive bubble chart component for React with TypeScript support

3 lines (2 loc) 125 B
export { default as BubbleChart } from './bubble-chart'; export type { BubbleChartProps, BubbleDataPoint } from './types';