File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +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 HapticService , HapticType } from './services/HapticService' ;
43
44
export { default as SegmentedControl , SegmentedControlProps , SegmentedControlItemProps } from './components/segmentedControl' ;
44
45
export { default as Switch , SwitchProps } from './components/switch' ;
45
46
export { default as TabController , TabControllerProps , TabControllerItemProps } from './components/tabController' ;
You can’t perform that action at this time.
0 commit comments