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