UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 246 B
import { DataComponent as DC } from '../runtime'; import { JoinTransform } from '../spec'; export type JoinOptions = Omit<JoinTransform, 'type'>; /** * Join data with another dataset by SQL style. */ export declare const Join: DC<JoinOptions>;