We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef2050 commit 263443aCopy full SHA for 263443a
modules/index.js
@@ -25,6 +25,7 @@ import {
25
import { render } from './render';
26
import Reducer from './Reducer';
27
import RouterContext from './RouterContext';
28
+import transitionRegistry from './transitionRegistry';
29
30
/* histories */
31
import nativeHistory from './nativeHistory';
@@ -47,4 +48,5 @@ export {
47
48
render,
49
RouterContext,
50
nativeHistory,
51
+ transitionRegistry,
52
};
0 commit comments