File tree Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Original file line number Diff line number Diff line change 1616declare module 'react-navigation' {
1717 declare module . exports : any ;
1818}
19-
20- /**
21- * We include stubs for each file inside this npm package in case you need to
22- * require those files directly. Feel free to delete any files that aren't
23- * needed.
24- */
25- declare module 'react-navigation/NavigationTestUtils' {
26- declare module . exports : any ;
27- }
28-
29- declare module 'react-navigation/src/navigators/__tests__/SwitchNavigator-test' {
30- declare module . exports : any ;
31- }
32-
33- declare module 'react-navigation/src/react-navigation' {
34- declare module . exports : any ;
35- }
36-
37- declare module 'react-navigation/src/utils/docsUrl' {
38- declare module . exports : any ;
39- }
40-
41- // Filename aliases
42- declare module 'react-navigation/NavigationTestUtils.js' {
43- declare module . exports : $Exports < 'react-navigation/NavigationTestUtils' > ;
44- }
45- declare module 'react-navigation/src/navigators/__tests__/SwitchNavigator-test.js' {
46- declare module . exports : $Exports < 'react-navigation/src/navigators/__tests__/SwitchNavigator-test' > ;
47- }
48- declare module 'react-navigation/src/react-navigation.js' {
49- declare module . exports : $Exports < 'react-navigation/src/react-navigation' > ;
50- }
51- declare module 'react-navigation/src/utils/docsUrl.js' {
52- declare module . exports : $Exports < 'react-navigation/src/utils/docsUrl' > ;
53- }
You can’t perform that action at this time.
0 commit comments