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