wupengfei
2025-03-10 bbf6053159d566a096dfa26627dda19657d928af
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};