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