@types/react-wait
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -8,7 +8,8 @@ // Type definitions for react-wait 0.3 | ||
import { ComponentType, FunctionComponent } from 'react'; | ||
import { ComponentType, FunctionComponent, ReactNode } from 'react'; | ||
export const Waiter: FunctionComponent; | ||
export const Waiter: FunctionComponent<{ children?: ReactNode }>; | ||
export interface WaitingContextWaitProps { | ||
children?: ReactNode; | ||
fallback: JSX.Element; | ||
@@ -15,0 +16,0 @@ } |
{ | ||
"name": "@types/react-wait", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "TypeScript definitions for react-wait", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-wait", | ||
"license": "MIT", | ||
@@ -29,4 +30,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "187afc85b4ca27e60261d4be3c0b617e73d03edfe7047183e734b0437742983a", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "8c2211c17bc8212f7ce9848dc0137d86a987d99a83b1da1c80e4a7581ab2aa21", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 25 Feb 2020 19:09:02 GMT | ||
* Last updated: Fri, 15 Oct 2021 18:02:05 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5739
25754
105
1