zhengyiming
2025-02-13 20619871d0db98f3f298a04e200005e84e0bc6be
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};