@@ -27,7 +27,9 @@ export {default as ActionBar, ActionBarProps} from './components/actionBar';
27
27
export { default as Avatar , AvatarPropTypes , AvatarProps } from './components/avatar' ;
28
28
export { default as Badge , BadgeProps } from './components/badge' ;
29
29
export { default as Card , CardPropTypes , CardProps , CardSectionProps } from './components/card' ;
30
+ export { default as ConnectionStatusBar , ConnectionStatusBarProps } from './components/connectionStatusBar' ;
30
31
export { default as Constants } from './helpers/Constants' ;
32
+ export { default as GradientSlider , GradientSliderProps } from './components/slider/GradientSlider' ;
31
33
export { default as View , ViewPropTypes , ViewProps } from './components/view' ;
32
34
export { default as Text , TextPropTypes , TextProps } from './components/text' ;
33
35
export { default as TouchableOpacity , TouchableOpacityProps } from './components/touchableOpacity' ;
@@ -48,6 +50,7 @@ export {default as RadioGroup, RadioGroupPropTypes, RadioGroupProps} from './com
48
50
export { default as SectionsWheelPicker , SectionsWheelPickerProps } from './components/sectionsWheelPicker' ;
49
51
export { default as HapticService , HapticType } from './services/HapticService' ;
50
52
export { default as SegmentedControl , SegmentedControlProps , SegmentedControlItemProps } from './components/segmentedControl' ;
53
+ export { default as Slider , SliderProps } from './components/slider' ;
51
54
export { default as Switch , SwitchProps } from './components/switch' ;
52
55
export { default as TabController , TabControllerProps , TabControllerItemProps } from './components/tabController' ;
53
56
export { default as TabController2 } from './components/tabController2' ;
@@ -80,14 +83,11 @@ export {default as Wizard, WizardProps, WizardStepProps, WizardStepStates, Wizar
80
83
81
84
/* All components with manual typings */
82
85
export {
83
- ConnectionStatusBar ,
84
86
BaseInput ,
85
87
TextArea ,
86
88
MaskedInput ,
87
89
ListItem ,
88
90
ProgressBar ,
89
- Slider ,
90
- GradientSlider ,
91
91
ColorSliderGroup ,
92
92
Stepper ,
93
93
TagsInput ,
0 commit comments