index.d.ts 101 B

1234
  1. export * from './base';
  2. export * from './line';
  3. export * from './circle';
  4. export * from './polygon';