UNPKG

react-native-screens

Version:
5 lines 176 B
import type { ViewProps } from 'react-native'; export type ScreenStackHostProps = { children?: ViewProps['children']; }; //# sourceMappingURL=ScreenStackHost.types.d.ts.map