Outline.d.ts 121 B

12345
  1. import { SPoint } from "@persagy-web/draw/lib";
  2. export interface Outline {
  3. Outer: SPoint[];
  4. Inner: SPoint[][];
  5. }