UNPKG

react-native-screens

Version:
6 lines (4 loc) 124 B
import type { ViewProps } from 'react-native'; export type ScreenStackHostProps = { children?: ViewProps['children']; };