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