UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

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