UNPKG

react-native-a11y-order

Version:

ReactNative library for managing screen reader focus ordering

4 lines 214 B
import React from 'react'; import { A11yGroupProps } from '../../types/A11yGroup.types'; export declare const A11yGroup: (props: A11yGroupProps) => React.JSX.Element; //# sourceMappingURL=A11yGroup.android.d.ts.map