UNPKG

@antv/g2plot

Version:

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

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