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