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