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