@types/react-custom-scroll
Advanced tools
Comparing version 4.3.1 to 4.3.2
@@ -8,3 +8,3 @@ // Type definitions for react-custom-scroll 4.3 | ||
import { ComponentClass } from 'react'; | ||
import { ComponentClass, ReactNode } from 'react'; | ||
@@ -15,2 +15,3 @@ /** | ||
export interface CustomScrollProps { | ||
children?: ReactNode; | ||
allowOuterScroll?: boolean | undefined; | ||
@@ -17,0 +18,0 @@ heightRelativeToParent?: string | undefined; |
{ | ||
"name": "@types/react-custom-scroll", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"description": "TypeScript definitions for react-custom-scroll", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-custom-scroll", | ||
}, | ||
"typesPublisherContentHash": "5ca916dab0bfa1e53533b6b7d282b4102616b814f57fbadc4de5bc042ad17da0", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "429b1510307135fe872362c33aec517fff17101139d4507403ccd3f319118eba", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -18,3 +18,3 @@ # Installation | ||
import { ComponentClass } from 'react'; | ||
import { ComponentClass, ReactNode } from 'react'; | ||
@@ -25,2 +25,3 @@ /** | ||
export interface CustomScrollProps { | ||
children?: ReactNode; | ||
allowOuterScroll?: boolean | undefined; | ||
@@ -49,3 +50,3 @@ heightRelativeToParent?: string | undefined; | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 20:20:34 GMT | ||
* Last updated: Thu, 14 Oct 2021 10:01:29 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -52,0 +53,0 @@ * Global values: none |
5114
29
54