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