DefinitelyTyped/types/styled-components
Max Stoiber 6d20eb981d Add support for CSS objects to the styled-components CSS prop (#35774)
* 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
2019-06-04 11:30:41 -07:00
..
test
v3
cssprop.d.ts
index.d.ts
macro.d.ts
native.d.ts
package.json
tsconfig.json
tslint.json