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