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