UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

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