UNPKG

react-native-a11y-order

Version:

ReactNative library for managing screen reader focus ordering

7 lines 206 B
import { RefObject } from 'react'; import { View } from 'react-native'; export type A11yOrderInfo<T> = { tag?: RefObject<View>; views: (T | null)[]; }; //# sourceMappingURL=A11yModule.types.d.ts.map