UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

8 lines (7 loc) 364 B
import type { BaseSeriesProps } from './BaseSeries'; import type { IFunnel3dSeriesSpec } from '@visactor/vchart-extension'; export type Funnel3dProps = BaseSeriesProps & Omit<IFunnel3dSeriesSpec, 'type'>; export declare const Funnel3d: import("react").FC<BaseSeriesProps & Omit<IFunnel3dSeriesSpec, "type"> & { updateId?: number; componentId?: string; }>;