📌  相关文章
📜  styled components props typescript - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:13.392000             🧑  作者: Mango

代码示例1
# to prevent typescript error, install this
yarn add @types/styled-components

# NPM
npm install @types/styled-components