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