UNPKG

@visactor/taro-vchart

Version:

Taro VChart 图表组件

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