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