polygon.d.ts 154 B

123
  1. import { ShapeComponent as SC } from '../../runtime';
  2. export type PolygonOptions = Record<string, any>;
  3. export declare const Polygon: SC<PolygonOptions>;