UNPKG

react-native-a11y

Version:

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

5 lines 309 B
import React from 'react'; import { View } from 'react-native'; import type { KeyboardFocusViewProps } from './KeyboardFocusView.types'; export declare const KeyboardFocusView: React.ForwardRefExoticComponent<KeyboardFocusViewProps & React.RefAttributes<View>>; //# sourceMappingURL=KeyboardFocusView.d.ts.map