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