UNPKG

react-native-screens

Version:
5 lines 203 B
import { View, ViewProps } from 'react-native'; export type ScreenStackNativeProps = ViewProps; declare const StackHost: typeof View; export default StackHost; //# sourceMappingURL=StackHost.web.d.ts.map