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