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