UNPKG

react-native-a11y-order

Version:

ReactNative library for managing screen reader focus ordering

6 lines (4 loc) 168 B
import { A11yContainerProps } from './A11yContainerView.types'; export type A11yGroupProps = A11yContainerProps & { type?: A11yContainerProps['type'] & 'legacy'; };