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