АБ
Size: a a a
АБ
Y
II
const Button = styled.button<{ color: "red" }>`
color: ${prop("color")};
`
Argument of type 'string' is not assignable to parameter of type 'never'.ts(2345)
. Есть идеи?Y
AE
const Button = styled.button<{ color: "red" }>`
color: ${prop("color")};
`
Argument of type 'string' is not assignable to parameter of type 'never'.ts(2345)
. Есть идеи?AN
Y
Y
Y
Y
AE
¯\_(ツ)_/¯
Y
AE
Y
Y
SC
SC
АБ
SC