zhengyiming
2025-09-26 f8ab82a59174ebb24f7bbf8169022ac369e06285
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};