UNPKG

react-native-multiple-modals

Version:

Native implementation with the ability to display multiple Modals

8 lines 286 B
import * as React from 'react'; import { ViewProps } from 'react-native'; type NativeProps = ViewProps & { children?: React.ReactNode; }; declare const NativeRNTModalView: React.FC<NativeProps>; export default NativeRNTModalView; //# sourceMappingURL=NativeRNTModalView.web.d.ts.map