UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

5 lines (4 loc) 244 B
import { BaseComponentProps } from './BaseComponent'; import type { IIndicatorSpec } from '@visactor/vchart'; export type IndicatorProps = IIndicatorSpec & BaseComponentProps; export declare const Indicator: import("react").FC<IndicatorProps>;