Skip to content

Commit 84e0d0c

Browse files
authored
export HapticService and HapticType in generatedTypes (#1285)
1 parent 8ebb184 commit 84e0d0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generatedTypes/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export {default as Image, ImageProps} from './components/image';
4040
export {default as Overlay, OverlayTypes} from './components/overlay';
4141
export {default as RadioButton, RadioButtonPropTypes, RadioButtonProps} from './components/radioButton/RadioButton';
4242
export {default as RadioGroup, RadioGroupPropTypes, RadioGroupProps} from './components/radioButton/RadioGroup';
43+
export {default as HapticService, HapticType} from './services/HapticService';
4344
export {default as SegmentedControl, SegmentedControlProps, SegmentedControlItemProps} from './components/segmentedControl';
4445
export {default as Switch, SwitchProps} from './components/switch';
4546
export {default as TabController, TabControllerProps, TabControllerItemProps} from './components/tabController';

0 commit comments

Comments
 (0)