АБ
name: X-API-KEY
value: dec3cfb4-ee86-4b1b-b0a3-a2d612a08a90
Я добавил в запрос
Size: a a a
АБ
Р
АБ
YA
АБ
АБ
🐟🐠
Р
АБ
АБ
Р
AE
-next
Y
const Button = styled.button<{ color: "red" }>`
color: ${prop("color")};
`
Argument of type 'string' is not assignable to parameter of type 'never'.ts(2345)
. Есть идеи?Y
V
const Button = styled.button<{ color: "red" }>`
color: ${prop("color")};
`
Argument of type 'string' is not assignable to parameter of type 'never'.ts(2345)
. Есть идеи?Y
K