react-native-a11y
Version:
Improvements of a11y for ReactNative, this library improve work with reader and keyboard focus and reader in general.
7 lines • 367 B
TypeScript
export { KeyboardFocusView } from './KeyboardFocusView';
export type { OnFocusChangeFn, FocusStyle, OnKeyPressFn, } from './KeyboardFocusView';
export { A11yOrder } from './A11yOrder';
export { PaneView } from './PaneView';
export { Pressable } from './Pressable';
export { KeyboardFocusTextInput } from './KeyboardFocusTextInput';
//# sourceMappingURL=index.d.ts.map