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