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