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