File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ import Table from './Table';
49
49
import TabPane from './TabPane' ;
50
50
import Thumbnail from './Thumbnail' ;
51
51
import Tooltip from './Tooltip' ;
52
+ import utils from './utils' ;
52
53
import Well from './Well' ;
53
54
import styleMaps from './styleMaps' ;
54
55
@@ -104,6 +105,7 @@ export default {
104
105
TabPane,
105
106
Thumbnail,
106
107
Tooltip,
108
+ utils,
107
109
Well,
108
110
styleMaps
109
111
} ;
Original file line number Diff line number Diff line change
1
+ import childrenValueInputValidation from './childrenValueInputValidation' ;
2
+ import createChainedFunction from './createChainedFunction' ;
3
+ import CustomPropTypes from './CustomPropTypes' ;
4
+ import domUtils from './domUtils' ;
5
+ import ValidComponentChildren from './ValidComponentChildren' ;
6
+
7
+ export default {
8
+ childrenValueInputValidation,
9
+ createChainedFunction,
10
+ CustomPropTypes,
11
+ domUtils,
12
+ ValidComponentChildren
13
+ } ;
You can’t perform that action at this time.
0 commit comments