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 (5 loc) 249 B
import { View, PressableProps } from "react-native"; import { KeyboardFocusViewProps } from "../KeyboardFocusView"; declare const Pressable: React.ForwardRefExoticComponent< PressableProps & KeyboardFocusViewProps & React.RefAttributes<View> >;