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