DefinitelyTyped/types/styled-components/package.json
Jessica Franco b59a18caf3
[styled-components] Update for TypeScript 3.7 (#40209)
Converts self-referential interfaces to recursive types to work around https://github.com/microsoft/TypeScript/issues/34796

Now that the types _really_ had to be updated for a new version,
there's no longer any reason to keep compatibility definitions for old
versions of TypeScript around, so removed the ones that were already
marked as such. This fixes the types for the as= property.
2019-11-07 20:24:54 +09:00

11 lines
175 B
JSON

{
"private": true,
"dependencies": {
"csstype": "^2.2.0"
},
"types": "index",
"typesVersions": {
">=3.7.0-0": { "*": ["ts3.7/*"] }
}
}