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