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