util.d.ts 75 B

1234
  1. export function convertToPoints(_ref: any): {
  2. x: any;
  3. y: any;
  4. }[];