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