UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

12 lines (11 loc) 458 B
import { Component } from 'react'; import { AreaChartProps, AreaSeriesProps } from '../AreaChart'; export declare type LineChartProps = AreaChartProps; export declare class LineSeries extends Component<AreaSeriesProps> { static defaultProps: Partial<AreaSeriesProps>; render(): JSX.Element; } export declare class LineChart extends Component<LineChartProps> { static defaultProps: Partial<LineChartProps>; render(): JSX.Element; }