UNPKG

@visactor/taro-vchart

Version:

Taro VChart 图表组件

4 lines (3 loc) 279 B
import React from 'react'; import type { IWaterfallChartSpec } from '@visactor/vchart'; export declare const WaterfallChart: React.ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<IWaterfallChartSpec>, "chartConstructor"> & React.RefAttributes<any>>;