util.d.ts 109 B

12345
  1. export const __esModule: boolean;
  2. export function convertToPoints(_ref: any): {
  3. x: any;
  4. y: any;
  5. }[];