wupengfei
9 天以前 608ed6ae8348a77ca332ca44d3f5d55d6e6fdd6b
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};