Typescript in styled-components (Error Pick)

后端 未结 0 1578
耶瑟儿~
耶瑟儿~ 2021-02-06 21:52
interface SomeDiv{
  width: number | string;
....
}

I\'m trying to use typescript with styled-components.


const SomeDiv = styled.div<         


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