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