UNPKG

@antv/g2plot

Version:

G2 Plot, a market of plots built with the Grammar of Graphics'

11 lines (10 loc) 291 B
export interface ElementDistVerticalCfg { value: number; } declare function elementDistVertical(a: any, b: any, cfg?: ElementDistVerticalCfg): boolean; declare const _default: { type: string; usage: string; expression: typeof elementDistVertical; }; export default _default;