UNPKG

@visactor/taro-vchart

Version:

Taro VChart 图表组件

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