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