UNPKG

react-native-a11y

Version:

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

8 lines 279 B
import React, { type PropsWithChildren } from 'react'; type Props = { value?: boolean; }; export declare const useCanBeFocused: () => boolean; export declare const KeyboardProvider: React.FC<PropsWithChildren<Props>>; export {}; //# sourceMappingURL=KeyboardProvider.d.ts.map