@types/react-tracking
Advanced tools
Comparing version 8.1.3 to 8.1.4
@@ -101,3 +101,6 @@ // Type definitions for react-tracking 8.1 | ||
*/ | ||
export function useTracking<P = {}>(trackingData?: Partial<P> | (() => Partial<P>), options?: Partial<Options<P>>): TrackingHook<P>; | ||
export function useTracking<P = {}>( | ||
trackingData?: Partial<P> | (() => Partial<P>), | ||
options?: Partial<Options<P>>, | ||
): TrackingHook<P>; | ||
@@ -104,0 +107,0 @@ /** |
{ | ||
"name": "@types/react-tracking", | ||
"version": "8.1.3", | ||
"version": "8.1.4", | ||
"description": "TypeScript definitions for react-tracking", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-tracking", | ||
}, | ||
"typesPublisherContentHash": "7efd04b387f18c830afc2fcf0e0b74d04e647a19e1bc07d31b6557ea37c80170", | ||
"typeScriptVersion": "3.9" | ||
"typesPublisherContentHash": "03fbfcabc011cc18caf0524b7d897f1357669ae856cf9573c4311302c87d8e8c", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 02 May 2022 19:31:38 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 |
8228
109