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