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