zhengyiming
2025-02-13 98bc9c89f7ef814b13bec06fa7b2737a3b51a44e
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};