Skip to content

Commit f6a2004

Browse files
authored
Remove manual typing for components that are already migrated to TS (#1077)
1 parent 563af92 commit f6a2004

File tree

10 files changed

+0
-193
lines changed

10 files changed

+0
-193
lines changed

typings/components/ActionBar.d.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

typings/components/Badge.d.ts

Lines changed: 0 additions & 33 deletions
This file was deleted.

typings/components/Dialog.d.ts

Lines changed: 0 additions & 34 deletions
This file was deleted.

typings/components/Image.d.ts

Lines changed: 0 additions & 31 deletions
This file was deleted.

typings/components/MultipleShadow.d.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

typings/components/Notification.d.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

typings/components/Overlay.d.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

typings/components/Tour.d.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

typings/components/View.d.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

typings/components/index.d.ts

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,19 @@
1-
2-
export * from './ActionBar';
31
export * from './ActionSheet';
4-
export * from './Avatar';
5-
export * from './Badge';
6-
export * from './Button';
7-
export * from './Card';
8-
export * from './Carousel';
92
export * from './ChipsInput';
103
export * from './ColorPicker';
114
export * from './ConnectionStatusBar';
12-
export * from './Dialog';
13-
export * from './Fader';
145
export * from './FeatureHighlight';
15-
export * from './FloatingButton';
166
export * from './Hint';
17-
export * from './Image';
187
export * from './Inputs';
198
export * from './ListItem';
209
export * from './LoaderScreen';
21-
export * from './Modal';
22-
export * from './MultipleShadow';
23-
export * from './Notification';
24-
export * from './Overlay';
25-
export * from './PageControl';
2610
export * from './Picker';
2711
export * from './ProgressBar';
28-
export * from './RadioButton';
2912
export * from './SharedTransition';
3013
export * from './Slider';
3114
export * from './StackAggregator';
3215
export * from './StateScreen';
3316
export * from './Stepper';
34-
export * from './TabBar';
3517
export * from './TagsInput';
36-
export * from './Text';
3718
export * from './Toast';
38-
export * from './TouchableOpacity';
39-
export * from './Tour';
40-
export * from './View';
4119
export * from './WheelPickerDialog';

0 commit comments

Comments
 (0)