File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export {default as Image, ImageProps} from './components/image';
40
40
export { default as Overlay , OverlayTypes } from './components/overlay' ;
41
41
export { default as RadioButton , RadioButtonPropTypes , RadioButtonProps } from './components/radioButton/RadioButton' ;
42
42
export { default as RadioGroup , RadioGroupPropTypes , RadioGroupProps } from './components/radioButton/RadioGroup' ;
43
- export { default as SegmentedControl , SegmentedControlProps } from './components/segmentedControl' ;
43
+ export { default as SegmentedControl , SegmentedControlProps , SegmentedControlItemProps } from './components/segmentedControl' ;
44
44
export { default as Switch , SwitchProps } from './components/switch' ;
45
45
export { default as TabController , TabControllerProps , TabControllerItemProps } from './components/tabController' ;
46
46
export { default as TabBar , TabBarProps } from './components/TabBar' ;
You can’t perform that action at this time.
0 commit comments