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