UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

4 lines (3 loc) 258 B
/// <reference types="react" /> import { IPropsLine, IDataWithSymbol } from './ILine'; export default function Line<T extends IDataWithSymbol>({ data, width, height, linesConfig, xaxis, yaxis, type, strokeDasharray, isLoading }: IPropsLine<T>): JSX.Element;