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