@types/react-custom-scroll
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -1,8 +0,1 @@ | ||
// Type definitions for react-custom-scroll 5.0 | ||
// Project: https://github.com/rommguy/react-custom-scroll | ||
// Definitions by: Guy Romm <https://github.com/rommguy> | ||
// rvdende <https://github.com/rvdende> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 3.5 | ||
import { ComponentClass, ReactNode } from "react"; | ||
@@ -9,0 +2,0 @@ |
{ | ||
"name": "@types/react-custom-scroll", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "TypeScript definitions for react-custom-scroll", | ||
@@ -10,9 +10,9 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-custom-scroll", | ||
"name": " Guy Romm", | ||
"url": "https://github.com/rommguy", | ||
"githubUsername": "rommguy" | ||
"githubUsername": "rommguy", | ||
"url": "https://github.com/rommguy" | ||
}, | ||
{ | ||
"name": "rvdende", | ||
"url": "https://github.com/rvdende", | ||
"githubUsername": "rvdende" | ||
"githubUsername": "rvdende", | ||
"url": "https://github.com/rvdende" | ||
} | ||
@@ -31,4 +31,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "3c7dbd9f5d71bc000afface279e6d609a3aa8edda05520e37285748d41c1209a", | ||
"typesPublisherContentHash": "69ecfd779cfbfda2d7b04a2fc89cdb173776f0bdd5673582ec495d442b064335", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,9 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for react-custom-scroll 5.0 | ||
// Project: https://github.com/rommguy/react-custom-scroll | ||
// Definitions by: Guy Romm <https://github.com/rommguy> | ||
// rvdende <https://github.com/rvdende> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 3.5 | ||
import { ComponentClass, ReactNode } from "react"; | ||
@@ -50,7 +43,6 @@ | ||
### Additional Details | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Last updated: Wed, 18 Oct 2023 11:45:05 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [ Guy Romm](https://github.com/rommguy), and [rvdende](https://github.com/rvdende). |
4514
24
47