You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
import { Avatar } from '@rneui/base/dist/Avatar/Avatar';
|
|
import { Accessory, } from '@rneui/base/dist/Avatar/Avatar.Accessory';
|
|
import { withTheme } from '../config';
|
|
export default Object.assign(withTheme(Avatar, 'Avatar'), {
|
|
Accessory: withTheme(Accessory, 'AvatarAccessory'),
|
|
});
|