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