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