UNPKG

720 BSource Map (JSON)View Raw
1{"version":3,"names":["Screen","_"],"sources":["Screen.tsx"],"sourcesContent":["import type { NavigationState, ParamListBase } from '@react-navigation/routers';\n\nimport type { EventMapBase, RouteConfig } from './types';\n\n/**\n * Empty component used for specifying route configuration.\n */\nexport default function Screen<\n ParamList extends ParamListBase,\n RouteName extends keyof ParamList,\n State extends NavigationState,\n ScreenOptions extends {},\n EventMap extends EventMapBase\n>(_: RouteConfig<ParamList, RouteName, State, ScreenOptions, EventMap>) {\n /* istanbul ignore next */\n return null;\n}\n"],"mappings":";;;;;;;AAIA;AACA;AACA;AACe,SAASA,MAAT,CAMbC,CANa,EAMyD;EACtE;EACA,OAAO,IAAP;AACD"}
\No newline at end of file