UNPKG

react-native-screens

Version:
7 lines 351 B
import type { CodegenTypes as CT, ViewProps } from 'react-native'; export interface NativeProps extends ViewProps { accessibilityContainerViewIsModal?: CT.WithDefault<boolean, true>; } declare const _default: import("react-native").HostComponent<NativeProps>; export default _default; //# sourceMappingURL=FullWindowOverlayNativeComponent.d.ts.map