test.d.ts 271 B

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