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