UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

5 lines (4 loc) 263 B
import type { ICustomMarkSpec, EnableMarkType } from '@visactor/vchart'; import { BaseComponentProps } from './BaseComponent'; export type MarkProps = ICustomMarkSpec<EnableMarkType> & BaseComponentProps; export declare const Mark: import("react").FC<MarkProps>;