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