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