UNPKG

@antv/g2plot

Version:

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

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