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