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