UNPKG

react-native-a11y-container

Version:
10 lines 500 B
/// <reference types="react-native/types/modules/codegen" /> /// <reference types="react-native/codegen" /> import type { ViewProps } from 'react-native'; import type { Int32 } from 'react-native/Libraries/Types/CodegenTypes'; interface NativeProps extends ViewProps { type?: Int32; } declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<NativeProps>; export default _default; //# sourceMappingURL=A11yContainerViewNativeComponent.d.ts.map