File tree 3 files changed +11
-3
lines changed
extensions/navigation/src
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ /**
2
+ * Types.ts
3
+ *
4
+ * Copyright (c) Microsoft Corporation. All rights reserved.
5
+ * Licensed under the MIT license.
6
+ * Type definitions for reactxp-naviigation extension.
7
+ */
8
+
1
9
// Use only for type data
2
10
import React = require( 'react' ) ;
3
11
import RX = require( 'reactxp' ) ;
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ type NavigationSceneRendererProps = Navigation.NavigationSceneRendererProps;
34
34
type NavigationState = Navigation . NavigationState ;
35
35
type NavigationRoute = Navigation . NavigationRoute ;
36
36
type NavigationTransitionProps = Navigation . NavigationTransitionProps ;
37
-
37
+
38
38
const StateUtils = Navigation . StateUtils ;
39
39
40
40
interface NavigationRouteState extends NavigationRoute {
Original file line number Diff line number Diff line change 13
13
import _ = require( '../common/lodashMini' ) ;
14
14
import React = require( 'react' ) ;
15
15
import ReactDOM = require( 'react-dom' ) ;
16
+ import RX = require( 'reactxp' ) ;
17
+ import { Styles , View } from 'reactxp' ;
16
18
import rebound = require( 'rebound' ) ;
17
19
18
20
import { NavigatorSceneConfigFactory } from './NavigatorSceneConfigFactory' ;
19
21
import { NavigatorSceneConfig } from './NavigatorSceneConfigFactory' ;
20
- import RX = require( 'reactxp' ) ;
21
- import { Styles , View } from 'reactxp' ;
22
22
23
23
import {
24
24
Navigator as NavigatorBase ,
You can’t perform that action at this time.
0 commit comments