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