wupengfei
2025-02-17 7ab49073679e738a11c33d0b094fe7308e83fd51
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};