viewportScale.d.ts 67 B

1234
  1. declare function viewportScale(): number;
  2. export = viewportScale;