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