@@ -35,6 +35,7 @@ export {default as Button, ButtonPropTypes, ButtonSize, ButtonProps} from './com
35
35
export { default as Checkbox , CheckboxPropTypes , CheckboxProps } from './components/checkbox' ;
36
36
export { default as Chip , ChipPropTypes , ChipProps } from './components/chip' ;
37
37
export { default as Drawer , DrawerProps , DrawerItemProps } from './components/drawer' ;
38
+ export { default as FeatureHighlight , FeatureHighlightProps } from './components/featureHighlight' ;
38
39
export { default as FloatingButton , FloatingButtonProps } from './components/floatingButton' ;
39
40
export { default as Hint , HintProps } from './components/hint' ;
40
41
export { default as Image , ImageProps } from './components/image' ;
@@ -49,6 +50,7 @@ export {default as TabController, TabControllerProps, TabControllerItemProps} fr
49
50
export { default as TabController2 } from './components/tabController2' ;
50
51
export { default as TabBar , TabBarProps } from './components/TabBar' ;
51
52
export { default as ScrollBar , ScrollBarProps } from './components/ScrollBar' ;
53
+ export { default as StackAggregator , StackAggregatorProps } from './components/stackAggregator' ;
52
54
export { default as Fader , FaderProps , FaderPosition } from './components/fader' ;
53
55
export { default as ExpandableSection , ExpandableSectionProps } from './components/expandableSection' ;
54
56
export { default as Modal , ModalProps , ModalTopBarProps } from './components/modal' ;
@@ -74,7 +76,6 @@ export {default as ActionSheet} from './components/actionSheet';
74
76
/* All components with manual typings */
75
77
export {
76
78
ConnectionStatusBar ,
77
- FeatureHighlight ,
78
79
BaseInput ,
79
80
TextArea ,
80
81
MaskedInput ,
@@ -87,7 +88,6 @@ export {
87
88
TagsInput ,
88
89
ChipsInput ,
89
90
SharedTransition ,
90
- StackAggregator ,
91
91
Toast ,
92
92
WheelPickerDialog ,
93
93
Assets ,
0 commit comments