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