File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 4
4
* Please use this file for declaring all the exports, so they could be picked up by typescript's complier
5
5
*/
6
6
export * from './style' ;
7
- export { withScrollEnabler } from './commons/new' ;
7
+ export { asBaseComponent , withScrollEnabler } from './commons/new' ;
8
8
export { default as Card , CardPropTypes , CardSectionProps } from './components/card' ;
9
9
export { default as View , ViewPropTypes } from './components/view' ;
10
10
export { default as Text , TextPropTypes } from './components/text' ;
Original file line number Diff line number Diff line change @@ -190,6 +190,9 @@ export default {
190
190
} ,
191
191
192
192
// Commons
193
+ get asBaseComponent ( ) {
194
+ return require ( './commons' ) . asBaseComponent ;
195
+ } ,
193
196
get BaseComponent ( ) {
194
197
return require ( './commons' ) . BaseComponent ;
195
198
} ,
You can’t perform that action at this time.
0 commit comments