UNPKG

react-native-a11y

Version:

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

4 lines 232 B
import React, { type PropsWithChildren } from 'react'; export declare const useKeyboardStatus: () => boolean; export declare const A11yStatusKeyboard: React.FC<PropsWithChildren<{}>>; //# sourceMappingURL=A11yStatusKeyboard.d.ts.map