mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(core): first class a11y support (#8909)
This commit is contained in:
committed by
Nathan Walker
parent
577b1e9dad
commit
f2e21a50a7
9
packages/core/accessibility/font-scale.d.ts
vendored
Normal file
9
packages/core/accessibility/font-scale.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export const VALID_FONT_SCALES: number[];
|
||||
export function getCurrentFontScale(): number;
|
||||
export enum FontScaleCategory {
|
||||
ExtraSmall = 'extra-small',
|
||||
Medium = 'medium',
|
||||
ExtraLarge = 'extra-large',
|
||||
}
|
||||
export function getFontScaleCategory(): FontScaleCategory;
|
||||
export function initAccessibilityFontScale(): void;
|
||||
Reference in New Issue
Block a user