UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

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