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