UNPKG

react-native-screens

Version:
7 lines 272 B
import { View, ViewProps } from 'react-native'; interface NativeProps extends ViewProps { } export type ScreenStackNativeProps = NativeProps & {}; declare const ScreenStackHost: typeof View; export default ScreenStackHost; //# sourceMappingURL=ScreenStackHost.web.d.ts.map