@types/rehype-react
Advanced tools
Comparing version 3.1.0 to 4.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for rehype-react 3.1 | ||
// Type definitions for rehype-react 4.0 | ||
// Project: https://github.com/rhysd/rehype-react | ||
@@ -11,3 +11,4 @@ // Definitions by: Adrian Kremer <https://github.com/adriankremer> | ||
createElement: typeof React.createElement; | ||
components: { | ||
Fragment?: React.ComponentType<{ children?: React.ReactNode }>; | ||
components?: { | ||
[tagName: string]: React.ComponentType<any>; | ||
@@ -14,0 +15,0 @@ }; |
{ | ||
"name": "@types/rehype-react", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"description": "TypeScript definitions for rehype-react", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -25,4 +25,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "2ff320488d92a9ae7138dbbb797f9a1745bc36e4a0564dd26a0c383b70c1f18a", | ||
"typesPublisherContentHash": "e1c05dc8947b27b10f3a5dd586dc4944d94061c00580d1c14c565844fc7993b1", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -5,13 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for rehype-react ( https://github.com/rhysd/rehype-react ). | ||
This package contains type definitions for rehype-react (https://github.com/rhysd/rehype-react). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rehype-react | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rehype-react. | ||
Additional Details | ||
* Last updated: Thu, 11 Apr 2019 21:30:49 GMT | ||
* Dependencies: @types/react | ||
### Additional Details | ||
* Last updated: Tue, 21 Jan 2020 21:36:23 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Adrian Kremer <https://github.com/adriankremer>. | ||
These definitions were written by Adrian Kremer (https://github.com/adriankremer). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3136
19