wupengfei
7 天以前 a6a3a9778a473c94b3bb5077f3f5c727edcee2cc
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};