UNPKG

@antv/g2plot

Version:

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

11 lines (10 loc) 271 B
export interface ElementWidthCfg { ratio: number; } declare function elementWidth(node: any, region: any, cfg?: ElementWidthCfg): boolean; declare const _default: { type: string; usage: string; expression: typeof elementWidth; }; export default _default;