UNPKG

react-native-multiple-modals

Version:

Native implementation with the ability to display multiple Modals

12 lines 576 B
import type { ViewProps } from 'react-native'; import { DirectEventHandler } from 'react-native/Libraries/Types/CodegenTypes'; type PressBackAndroidEvent = Readonly<{}>; interface NativeProps extends ViewProps { onPressBackAndroid?: DirectEventHandler<PressBackAndroidEvent>; statusBarTranslucent?: boolean; statusBarIconsStyle?: string; animationType: string; } declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<NativeProps>; export default _default; //# sourceMappingURL=NativeRNTModalView.d.ts.map