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