Skip to content

Commit 8c9a59b

Browse files
authored
TagsInput - removing component (#1538)
1 parent 2b597a4 commit 8c9a59b

File tree

7 files changed

+16
-491
lines changed

7 files changed

+16
-491
lines changed

generatedTypes/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ export {
9494
ProgressBar,
9595
ColorSliderGroup,
9696
Stepper,
97-
TagsInput,
9897
ChipsInput,
9998
SharedTransition,
10099
Toast,

src/components/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@ export default {
137137
get TabBar() {
138138
return require('./tabBar').default;
139139
},
140-
get TagsInput() { // TODO: Renamed to ChipsInput, to be deleted after migration
141-
return require('./tagsInput').default;
142-
},
143140
get ChipsInput() {
144141
return require('./ChipsInput').default;
145142
},

0 commit comments

Comments
 (0)