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