UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 242 B
import { BubbleChartProps } from './types'; declare const BubbleChart: ({ data, options, title, legendposition, gridColor, aspect, style, className, }: BubbleChartProps) => import("react/jsx-runtime").JSX.Element; export default BubbleChart;