UNPKG

276 BTypeScriptView Raw
1import { FontScaleCategory } from './font-scale-common';
2export * from './font-scale-common';
3export declare function getCurrentFontScale(): number;
4export declare function getFontScaleCategory(): FontScaleCategory;
5export declare function initAccessibilityFontScale(): void;