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