react-gtm-ts
Advanced tools
Comparing version 1.0.26 to 1.0.27
@@ -7,3 +7,3 @@ declare const ReactTagManager: { | ||
action: ({ event, ...more }: { | ||
[key: string]: string; | ||
[key: string]: string | number; | ||
event: string; | ||
@@ -10,0 +10,0 @@ }) => void; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.26", | ||
"version": "1.0.27", | ||
"description": "This is a library to facilitate the implementation of Google Tag Manager.", | ||
@@ -8,0 +8,0 @@ "main": "./dist/index.js", |
6117