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