| 1234 |
- import type { DisplayObject } from '../../../shapes';
- import type { SeriesAttr } from '../../../util';
- import type { AxisStyleProps } from '../types';
- export declare function boundTest<T extends DisplayObject>(items: T[], attr: AxisStyleProps, margin?: SeriesAttr): T[];
|