react-native-a11y
Version:
Improvements of a11y for ReactNative, this library improve work with reader and keyboard focus and reader in general.
9 lines • 641 B
TypeScript
import React from 'react';
import type { 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.ios.d.ts.map