@visactor/taro-vchart
Version:
Taro VChart 图表组件
4 lines (3 loc) • 311 B
TypeScript
/// <reference types="react" />
import type { IFunnel3dChartSpec } from '@visactor/vchart-extension';
export declare const Funnel3dChart: import("react").ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<IFunnel3dChartSpec>, "chartConstructor"> & import("react").RefAttributes<any>>;