Posts by Eduardo Wronscki • 1 point
1 post
-
0
votes1
answer45
viewsA: React com Typescript
I don’t know if that’s what you want, but you can pass the default attributes of a button to the child component as follows: const Button = styled.button<BtnProps>` height: 50px; width: 150px;…