@@ -21,6 +21,7 @@ export * as Hooks from './hooks';
21
21
export * as Modifiers from './commons/modifiers' ;
22
22
export { default as ActionBar , ActionBarProps } from './components/actionBar' ;
23
23
export { default as Avatar , AvatarPropTypes , AvatarProps } from './components/avatar' ;
24
+ export { AvatarHelper } from './helpers' ;
24
25
export { default as Badge , BadgeProps } from './components/badge' ;
25
26
export { default as Card , CardPropTypes , CardProps , CardSectionProps } from './components/card' ;
26
27
export { default as Constants } from './helpers/Constants' ;
@@ -78,6 +79,6 @@ export {
78
79
BaseInput , TextArea , TextField , MaskedInput , ListItem , Picker ,
79
80
PickerProps , ProgressBar , Slider , GradientSlider , ColorSliderGroup , Stepper ,
80
81
TagsInput , SharedTransition , Toast , WheelPickerDialog , Assets ,
81
- BaseComponent , PureBaseComponent , UIComponent , forwardRef , AvatarHelper ,
82
+ BaseComponent , PureBaseComponent , UIComponent , forwardRef ,
82
83
LoaderScreen , StateScreen , WheelPicker , WheelPickerProps
83
84
} from '../typings' ;
0 commit comments