UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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