UNPKG

@nativescript/core

Version:

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

8 lines (7 loc) 255 B
export declare const VALID_FONT_SCALES: number[]; export declare function getClosestValidFontScale(fontScale: number): number; export declare enum FontScaleCategory { ExtraSmall = "extra-small", Medium = "medium", ExtraLarge = "extra-large" }