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