mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-24 03:16:40 +00:00
Export ReactCSSTransitionGroup from gitbook-core
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"immutable": "^3.8.1",
|
||||
"mousetrap": "1.6.0",
|
||||
"react": "^15.3.1",
|
||||
"react-addons-css-transition-group": "^15.3.1",
|
||||
"react-dom": "^15.3.1",
|
||||
"react-helmet": "^3.1.0",
|
||||
"react-immutable-proptypes": "^2.1.0",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
require('whatwg-fetch');
|
||||
|
||||
const React = require('react');
|
||||
const ReactCSSTransitionGroup = require('react-addons-css-transition-group');
|
||||
const Immutable = require('immutable');
|
||||
const Head = require('react-helmet');
|
||||
const Promise = require('bluebird');
|
||||
@@ -66,6 +67,7 @@ module.exports = {
|
||||
PropTypes,
|
||||
// Librairies
|
||||
React,
|
||||
ReactCSSTransitionGroup,
|
||||
Immutable,
|
||||
Promise
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user