@types/react-reconciler
Advanced tools
Comparing version 0.28.4 to 0.28.5
@@ -9,3 +9,3 @@ // Type definitions for react-reconciler 0.28 | ||
import { Component, ReactNode } from 'react'; | ||
import { Component, ReactNode } from "react"; | ||
@@ -42,4 +42,3 @@ declare function ReactReconciler< | ||
NoTimeout | ||
/* eslint-enable @definitelytyped/no-unnecessary-generics */ | ||
>, | ||
>, /* eslint-enable @definitelytyped/no-unnecessary-generics */ | ||
): ReactReconciler.Reconciler<Container, Instance, TextInstance, SuspenseInstance, PublicInstance>; | ||
@@ -67,3 +66,2 @@ | ||
/** | ||
* | ||
* The reconciler has two modes: mutation mode and persistent mode. You must specify one of them. | ||
@@ -88,3 +86,2 @@ * | ||
/** | ||
* | ||
* The reconciler has two modes: mutation mode and persistent mode. You must specify one of them. | ||
@@ -593,17 +590,17 @@ * | ||
type HookType = | ||
| 'useState' | ||
| 'useReducer' | ||
| 'useContext' | ||
| 'useRef' | ||
| 'useEffect' | ||
| 'useLayoutEffect' | ||
| 'useCallback' | ||
| 'useMemo' | ||
| 'useImperativeHandle' | ||
| 'useDebugValue' | ||
| 'useDeferredValue' | ||
| 'useTransition' | ||
| 'useMutableSource' | ||
| 'useOpaqueIdentifier' | ||
| 'useCacheRefresh'; | ||
| "useState" | ||
| "useReducer" | ||
| "useContext" | ||
| "useRef" | ||
| "useEffect" | ||
| "useLayoutEffect" | ||
| "useCallback" | ||
| "useMemo" | ||
| "useImperativeHandle" | ||
| "useDebugValue" | ||
| "useDeferredValue" | ||
| "useTransition" | ||
| "useMutableSource" | ||
| "useOpaqueIdentifier" | ||
| "useCacheRefresh"; | ||
@@ -746,4 +743,4 @@ interface Source { | ||
| (((handle: unknown) => void) & { | ||
_stringRef?: string | null; | ||
}) | ||
_stringRef?: string | null; | ||
}) | ||
| RefObject; | ||
@@ -750,0 +747,0 @@ |
{ | ||
"name": "@types/react-reconciler", | ||
"version": "0.28.4", | ||
"version": "0.28.5", | ||
"description": "TypeScript definitions for react-reconciler", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-reconciler", | ||
}, | ||
"typesPublisherContentHash": "6f169fbbe86b342a2490d619bffd830717cdea33ea6c6c1e5b08d1ad55ba7899", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "dc6835fb44f5febb5e76863d2aef668cc23d7c86540607c524c50358640ed1bd", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 01 Sep 2023 20:33:31 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 |
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
48209
880