zhengyiming
2025-08-15 2334da9f642ac52b2abd042b5f6840a4afa95937
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};