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