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