文件名称:styled-with-props:使用TypeScript和样式组件传递prop的临时解决方案
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-31 14:35:14
typescript styled-components TypeScript
:confetti_ball: 废止 :confetti_ball: 打算解决的原始问题已在TypeScript 2.9.2中修复并发布。 有关更多信息,请参见和 。 道具风格 使用和进行prop传递的临时解决方案。 :weary_face: 当前解决方案 import * as React from 'react' import styled from 'styled-components' interface Props { background : 'white' | 'black' className ?: string } const Card : React . SFC < Props> = props => ( < div xss=removed> { props . children } < / div > ) const StyledCard = styled ( Card
【文件预览】:
styled-with-props-master
----yarn.lock(6KB)
----index.ts(178B)
----tsconfig.json(150B)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(22B)
----package.json(651B)