UNPKG

@antv/g2plot

Version:

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

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