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