@types/react-test-renderer
Advanced tools
Comparing version 17.0.4 to 17.0.5
@@ -12,3 +12,3 @@ // Type definitions for react-test-renderer 17.0 | ||
import { ReactElement, ElementType } from 'react'; | ||
import { ElementType, ReactElement } from "react"; | ||
export {}; | ||
@@ -27,3 +27,3 @@ | ||
export interface ReactTestRendererTree extends ReactTestRendererJSON { | ||
nodeType: 'component' | 'host'; | ||
nodeType: "component" | "host"; | ||
instance: any; | ||
@@ -30,0 +30,0 @@ rendered: null | ReactTestRendererTree | ReactTestRendererTree[]; |
{ | ||
"name": "@types/react-test-renderer", | ||
"version": "17.0.4", | ||
"version": "17.0.5", | ||
"description": "TypeScript definitions for react-test-renderer", | ||
@@ -50,4 +50,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-test-renderer", | ||
}, | ||
"typesPublisherContentHash": "e8b4246f68535ff509cc512a4de6c79292292f9068df5510c5906d87e075ac7b", | ||
"typesPublisherContentHash": "191cd1dcf33a070382935a7da079f22ea2fa477c93f0d4d41378fcb92a5764a5", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 18 Sep 2023 19:05:36 GMT | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -1,2 +0,2 @@ | ||
import { ReactElement, ReactInstance } from 'react'; | ||
import { ReactElement, ReactInstance } from "react"; | ||
@@ -3,0 +3,0 @@ export interface ShallowRenderer { |
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