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