UNPKG

312 BTypeScriptView Raw
1export const VALID_FONT_SCALES: number[];
2export function getCurrentFontScale(): number;
3export enum FontScaleCategory {
4 ExtraSmall = 'extra-small',
5 Medium = 'medium',
6 ExtraLarge = 'extra-large',
7}
8export function getFontScaleCategory(): FontScaleCategory;
9export function initAccessibilityFontScale(): void;