UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

5 lines (4 loc) 307 B
import { BaseComponentProps } from './BaseComponent'; import type { ICartesianCrosshairSpec, IPolarCrosshairSpec } from '@visactor/vchart'; export type CrosshairProps = (ICartesianCrosshairSpec | IPolarCrosshairSpec) & BaseComponentProps; export declare const Crosshair: import("react").FC<CrosshairProps>;