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