UNPKG

react-native-a11y-order

Version:

ReactNative library for managing screen reader focus ordering

5 lines 214 B
import { A11yContainerProps } from './A11yContainerView.types'; export type A11yGroupProps = A11yContainerProps & { type?: A11yContainerProps['type'] & 'legacy'; }; //# sourceMappingURL=A11yGroup.types.d.ts.map