Skip to content

Commit b1c7aaf

Browse files
committed
Remove old typings that were migrated to generatedTypes
1 parent 48f027d commit b1c7aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generatedTypes/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export {default as Button, ButtonPropTypes, ButtonSize, ButtonProps} from './com
3535
export {default as Checkbox, CheckboxPropTypes, CheckboxProps} from './components/checkbox';
3636
export {default as Chip, ChipPropTypes, ChipProps} from './components/chip';
3737
export {default as Drawer, DrawerProps, DrawerItemProps} from './components/drawer';
38+
export {default as FeatureHighlight, FeatureHighlightProps} from './components/featureHighlight';
3839
export {default as FloatingButton, FloatingButtonProps} from './components/floatingButton';
3940
export {default as Hint, HintProps} from './components/hint';
4041
export {default as Image, ImageProps} from './components/image';
@@ -49,6 +50,7 @@ export {default as TabController, TabControllerProps, TabControllerItemProps} fr
4950
export {default as TabController2} from './components/tabController2';
5051
export {default as TabBar, TabBarProps} from './components/TabBar';
5152
export {default as ScrollBar, ScrollBarProps} from './components/ScrollBar';
53+
export {default as StackAggregator, StackAggregatorProps} from './components/stackAggregator';
5254
export {default as Fader, FaderProps, FaderPosition} from './components/fader';
5355
export {default as ExpandableSection, ExpandableSectionProps} from './components/expandableSection';
5456
export {default as Modal, ModalProps, ModalTopBarProps} from './components/modal';
@@ -74,7 +76,6 @@ export {default as ActionSheet} from './components/actionSheet';
7476
/* All components with manual typings */
7577
export {
7678
ConnectionStatusBar,
77-
FeatureHighlight,
7879
BaseInput,
7980
TextArea,
8081
MaskedInput,
@@ -87,7 +88,6 @@ export {
8788
TagsInput,
8889
ChipsInput,
8990
SharedTransition,
90-
StackAggregator,
9191
Toast,
9292
WheelPickerDialog,
9393
Assets,

0 commit comments

Comments
 (0)