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