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