UNPKG

react-native-a11y

Version:

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

9 lines 640 B
import React from 'react'; import { View } from 'react-native'; export declare const KeyboardFocusView: React.ForwardRefExoticComponent<import("../../nativeSpecs/A11yFocusWrapperNativeComponent").NativeProps & { focusStyle?: import("./KeyboardFocusView.types").FocusStyle; onPress?: (e: import("react-native").GestureResponderEvent) => void | import("./KeyboardFocusView.types").OnKeyPressFn; onLongPress?: (e: import("react-native").GestureResponderEvent) => void | import("./KeyboardFocusView.types").OnKeyPressFn; withView?: boolean; } & React.RefAttributes<View>>; //# sourceMappingURL=KeyboardFocusView.android.d.ts.map