rect.d.ts 132 B

123
  1. import { SimpleBBox } from '../types';
  2. import { IShape } from '../interfaces';
  3. export default function (shape: IShape): SimpleBBox;