UNPKG

react-native-template-material-design

Version:
16 lines (13 loc) 261 B
export type RootStackParamList = { Root: undefined; NotFound: undefined; }; export type BottomTabParamList = { Home: undefined; Search: undefined; Settings: undefined; }; export type HomeStackParamList = { List: undefined; Detail: undefined; };