helper.d.ts 144 B

123
  1. import type { LayoutItem } from '../types';
  2. import { BBox } from '../../bbox';
  3. export declare function getItemsBBox(items: LayoutItem[]): BBox;