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