@types/fbjs
Advanced tools
Comparing version 3.0.10 to 3.0.11
@@ -10,3 +10,3 @@ /** | ||
declare class DOMMouseMoveTracker { | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type | ||
constructor(onMove: Function, onMoveEnd: Function, domNode: HTMLElement); | ||
@@ -13,0 +13,0 @@ /** |
@@ -9,9 +9,9 @@ declare class ReactWheelHandler { | ||
constructor( | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type | ||
onWheel: Function, | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type | ||
handleScrollX: boolean | Function, | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type | ||
handleScrollY: boolean | Function, | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type | ||
stopPropagation?: boolean | Function, | ||
@@ -18,0 +18,0 @@ ); |
{ | ||
"name": "@types/fbjs", | ||
"version": "3.0.10", | ||
"version": "3.0.11", | ||
"description": "TypeScript definitions for fbjs", | ||
@@ -25,4 +25,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fbjs", | ||
}, | ||
"typesPublisherContentHash": "c381d2f1f2e75c1e715219b0d7a6163ba24c41949bd7354554da9b76d324ff5d", | ||
"typeScriptVersion": "4.5" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "f178683ab57428cd966d3821cd0a49e8a2ccce11f49e51750c4473882203c3a1", | ||
"typeScriptVersion": "4.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Last updated: Wed, 23 Oct 2024 03:36:41 GMT | ||
* Dependencies: [@types/jsdom](https://npmjs.com/package/@types/jsdom) | ||
@@ -14,0 +14,0 @@ |
70584