summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-core/src
diff options
context:
space:
mode:
authorJohan Preynat <johan.preynat@gmail.com>2016-10-31 17:12:47 +0100
committerJohan Preynat <johan.preynat@gmail.com>2016-10-31 17:12:47 +0100
commitebf7a5cf506f10b52eaeef94484954b5e6b436ae (patch)
tree421d346e9c77323553ab9cc91b3a4722e89a8af7 /packages/gitbook-core/src
parent1d877db5f005bba7aada170b9fc0dd6ea7ad5ae3 (diff)
downloadgitbook-ebf7a5cf506f10b52eaeef94484954b5e6b436ae.zip
gitbook-ebf7a5cf506f10b52eaeef94484954b5e6b436ae.tar.gz
gitbook-ebf7a5cf506f10b52eaeef94484954b5e6b436ae.tar.bz2
Export ReactCSSTransitionGroup from gitbook-core
Diffstat (limited to 'packages/gitbook-core/src')
-rw-r--r--packages/gitbook-core/src/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/gitbook-core/src/index.js b/packages/gitbook-core/src/index.js
index 7b74150..3f0120c 100644
--- a/packages/gitbook-core/src/index.js
+++ b/packages/gitbook-core/src/index.js
@@ -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
};