UNPKG

react-native-a11y

Version:

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

4 lines 181 B
import React from 'react'; import type { A11yOrderProps } from './A11yOrder.types'; export declare const A11yOrder: React.FC<A11yOrderProps>; //# sourceMappingURL=A11yOrder.d.ts.map