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