UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

8 lines (7 loc) 374 B
import type { BaseSeriesProps } from './BaseSeries'; import type { IGaugePointerSeriesSpec } from '@visactor/vchart'; export type GaugePointerProps = BaseSeriesProps & Omit<IGaugePointerSeriesSpec, 'type'>; export declare const GaugePointer: import("react").FC<BaseSeriesProps & Omit<IGaugePointerSeriesSpec, "type"> & { updateId?: number; componentId?: string; }>;