How do I pass a prop to a styled component?

前端 未结 0 410
Happy的楠姐
Happy的楠姐 2020-11-28 20:56

I have a styled component

export const ChosenHandContainer = styled.div<{ translate: boolean }>`
  text-align: center;
  padding: 3rem 5rem;
  position:         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题