Navigation.ts 204 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 export type MainTabParamList = { WelcomePage: undefined; SystemInfo: undefined; DesignList: undefined; }; export type MainStackParamList = { MainTab: undefined; RNDeviceInfoList: undefined; };