Skip to content

Commit fcd0444

Browse files
committed
Update Avatar generated types
1 parent 728c223 commit fcd0444

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

generatedTypes/index.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66
export * from './style';
77
export {asBaseComponent, withScrollEnabler, withScrollReached, WithScrollEnablerProps, WithScrollReachedProps} from './commons/new';
8+
export {default as Avatar, AvatarPropTypes} from './components/avatar';
89
export {default as Card, CardPropTypes, CardSectionProps} from './components/card';
910
export {default as View, ViewPropTypes} from './components/view';
1011
export {default as Text, TextPropTypes} from './components/text';
@@ -21,8 +22,6 @@ export {default as TabBar} from './components/TabBar';
2122
export {
2223
ActionBar,
2324
ActionSheet,
24-
Avatar,
25-
AvatarProps,
2625
Badge,
2726
BadgeProps,
2827
Card,

0 commit comments

Comments
 (0)