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