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