UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

8 lines (7 loc) 334 B
import type { BaseSeriesProps } from './BaseSeries'; import type { IVennSeriesSpec } from '@visactor/vchart'; export type VennProps = BaseSeriesProps & Omit<IVennSeriesSpec, 'type'>; export declare const Venn: import("react").FC<BaseSeriesProps & Omit<IVennSeriesSpec, "type"> & { updateId?: number; componentId?: string; }>;