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 234 B
import type { ViewProps, View } from 'react-native'; export type A11yOrderProps = { a11yOrder: { ref: React.RefObject<View>; onLayout: () => void; }; } & ViewProps; //# sourceMappingURL=A11yOrder.types.d.ts.map