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