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