mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-14 09:34:39 +00:00
* Add support for CSS objects to the styled-components CSS prop
This is valid styled-components code, but TypeScript throws an error:
```JS
<div css={{ color: 'blue' }} />
```
* Uncomment test for objects in css prop