UNPKG

@groww-tech/react-charts

Version:
5 lines (4 loc) 193 B
/// <reference types="react" /> import { LineGraphProps } from './lineGraphTypes'; declare const CustomLineGraph: (props: LineGraphProps) => JSX.Element | null; export default CustomLineGraph;