polygon.d.ts 74 B

12
  1. import { Base } from './base';
  2. export declare const Polygon: typeof Base;