mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +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
|
||
|---|---|---|
| .. | ||
| test | ||
| v3 | ||
| cssprop.d.ts | ||
| index.d.ts | ||
| macro.d.ts | ||
| native.d.ts | ||
| package.json | ||
| tsconfig.json | ||
| tslint.json | ||