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