UNPKG

@equinor/mad-core

Version:

Core library for the Mobile App Delivery team

6 lines (5 loc) 315 B
import { CoreStackParamListBase } from "../types"; /** * Returns the route Language Select Screen should navigate to. If it returns `null`, the app should navigate to the main route */ export declare const getNavigationRouteForSelectLanguageScreen: (isOnboarding: boolean) => keyof CoreStackParamListBase | null;