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