Created
October 25, 2018 08:59
-
-
Save rsxdalv/1c8b86d4448238aa4a8614344d52973f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const TopSection = withProps({ | |
color: "primary", | |
variant: "contained", | |
} as {})(styled(Card)` | |
width: 100%; | |
`) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
as {} solves the problems while still allowing for types to be enabled at large