UNPKG

react-native-a11y

Version:

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

3 lines 180 B
import type { FocusOrderInfo } from './useFocusOrder.types'; export declare const useFocusOrder: <T>(size: number) => FocusOrderInfo<T>; //# sourceMappingURL=useFocusOrder.d.ts.map