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