DefinitelyTyped/types/theme-ui
Justin Hall 2c98773426 fix(theme-ui): simplify SxStyleProp type (#40948)
This allows for spreading an `SxStyleProp` object inside a new object and merging in other
properties before passing to `sx`, like so:

```
sx={{ ...someSxStylePropObj, background: 'red' }}
```

I believe this simplification is now possible due to changes made to the `SystemStyleObject` type
in `@styled-system/css` since these types were initially created.
2019-12-13 10:54:19 +00:00
..
index.d.ts
package.json
theme-ui-tests.tsx
tsconfig.json
tslint.json