UNPKG

react-native-a11y-order

Version:

ReactNative library for managing screen reader focus ordering

9 lines 506 B
/// <reference types="react-native/types/modules/codegen" /> /// <reference types="react-native/types/modules/codegen" /> /// <reference types="react-native/codegen" /> import type { ViewProps } from 'react-native'; export interface A11yGroupNativeComponentProps extends ViewProps { } declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<A11yGroupNativeComponentProps>; export default _default; //# sourceMappingURL=A11yGroupNativeComponent.d.ts.map