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