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