react-native-a11y
Version:
Improvements of a11y for ReactNative, this library improve work with reader and keyboard focus and reader in general.
11 lines • 381 B
TypeScript
import type { AccessibilityChangeEventName } from 'react-native';
declare class A11yConfig {
private a11yServiceChangeEvent;
init({ a11yEventName }: {
a11yEventName: AccessibilityChangeEventName;
}): void;
get a11yEventName(): AccessibilityChangeEventName;
}
export declare const a11yConfig: A11yConfig;
export {};
//# sourceMappingURL=RNA11yConfig.d.ts.map