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