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