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