UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

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