UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 261 B
import { DataComponent as DC } from '../runtime'; import { VennDataTransform } from '../spec'; export type VennOptions = Omit<VennDataTransform, 'type'>; /** * Layout venn data, get the path string for each set. */ export declare const Venn: DC<VennOptions>;