UNPKG

@appello/mobile

Version:

Common package with many useful features for mobile development

3 lines (2 loc) 179 B
import { ParamListBase } from '@react-navigation/native'; export declare const useGetCurrentRouteName: <T extends ParamListBase>() => import("@appello/common").Nullable<keyof T>;