wupengfei
8 天以前 162da5545cc7df05d28754f62e7dcd3b7758a81f
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};