UNPKG

@visactor/taro-vchart

Version:

Taro VChart 图表组件

4 lines (3 loc) 289 B
/// <reference types="react" /> import type { ILineChartSpec } from '@visactor/vchart'; export declare const LineChart: import("react").ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<ILineChartSpec>, "chartConstructor"> & import("react").RefAttributes<any>>;