DefinitelyTyped/types/react/package.json
Tom Crockett fe3fcd77c9 [React] Remove string index fallback for CSS properties (#24911)
* [React] Remove string index fallback for CSS properties (resolves #24568)

* Require a minimum version of 2.2 for csstype

* Fix aphrodite types

* Fix react-confirm test

* Use Omit

* Fix react-geosuggest types

* Fix victory test

* Make customStyle and customStyleOnEditCell into functions
2018-04-11 22:34:31 +01:00

7 lines
71 B
JSON

{
"private": true,
"dependencies": {
"csstype": "^2.2.0"
}
}