UNPKG

161 BTypeScriptView Raw
1import type { Route } from '@react-navigation/routers';
2export default function getFocusedRouteNameFromRoute(route: Partial<Route<string>>): string | undefined;