@flexnative/avatar
Version:
React Native Avatar
11 lines (10 loc) • 379 B
TypeScript
/**
* @ Author: Redon Alla
* @ Create Time: 2023-11-03 21:50:51
* @ Modified by: Redon Alla
* @ Modified time: 2024-11-07 19:24:58
* @ Description: Exports Avatar component, and props for Avatar component.
*/
export { default } from './avatar';
export { default as AvatarGroup } from './group';
export type { Type, FillMode, AvatarProps, AvatarGroupProps } from './props';