DefinitelyTyped/types/theme-ui/package.json
Callum Macrae 150252eda4 fix(theme-ui): add missing css function (#41567)
* fix(theme-ui): add missing css function

* fix(theme-ui): ignore change made by prettier that was causing test to fail

* Add @emotion/serialize to tsconfig.json paths

* Update comment for theme-ui css function

* Remove emotion__serlialize from paths
2020-01-22 08:31:49 -08:00

8 lines
109 B
JSON

{
"private": true,
"dependencies": {
"@emotion/serialize": "^0.11.15",
"csstype": "^2.6.6"
}
}