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