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