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