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