Skip to content

Commit 48f027d

Browse files
committed
Fix Hint export in generatedType/index
1 parent 96e9bc4 commit 48f027d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generatedTypes/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export {default as Checkbox, CheckboxPropTypes, CheckboxProps} from './component
3636
export {default as Chip, ChipPropTypes, ChipProps} from './components/chip';
3737
export {default as Drawer, DrawerProps, DrawerItemProps} from './components/drawer';
3838
export {default as FloatingButton, FloatingButtonProps} from './components/floatingButton';
39+
export {default as Hint, HintProps} from './components/hint';
3940
export {default as Image, ImageProps} from './components/image';
4041
export {default as Overlay, OverlayTypes} from './components/overlay';
4142
export {default as RadioButton, RadioButtonPropTypes, RadioButtonProps} from './components/radioButton/RadioButton';
@@ -74,7 +75,6 @@ export {default as ActionSheet} from './components/actionSheet';
7475
export {
7576
ConnectionStatusBar,
7677
FeatureHighlight,
77-
Hint,
7878
BaseInput,
7979
TextArea,
8080
MaskedInput,

0 commit comments

Comments
 (0)