UNPKG
@aniruddha1806/bubble-chart
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A customizable, responsive bubble chart component for React with TypeScript support
@aniruddha1806/bubble-chart
/
dist
/
cjs
/
index.d.ts
3 lines
(2 loc)
•
125 B
TypeScript
View Raw
1
2
3
export
{
default
as
BubbleChart
}
from
'./bubble-chart'
;
export
type
{
BubbleChartProps
,
BubbleDataPoint
}
from
'./types'
;