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