UNPKG

@nativescript/core

Version:

A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.

5 lines (4 loc) 137 B
export declare function getScaledDimensions(width: number, height: number, maxSize: number): { width: number; height: number; };