UNPKG

react-native-a11y

Version:

Improvements of a11y for ReactNative, this library improve work with reader and keyboard focus and reader in general.

11 lines (10 loc) 334 B
import { AccessibilityChangeEventName } from "react-native"; declare class A11yConfig { private a11yServiceChangeEvent; init({ a11yEventName }: { a11yEventName: AccessibilityChangeEventName; }): void; get a11yEventName(): AccessibilityChangeEventName; } export declare const a11yConfig: A11yConfig; export {};