UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

4 lines (3 loc) 231 B
import { BBox, IGroup, IShape } from '../../../../dependents'; import { LabelItem } from '../../interface'; export declare function distribute(items: LabelItem[], labels: IGroup[], shapes: IShape[] | IGroup[], region: BBox): void;