react-amplitude-hooks
Advanced tools
Comparing version 0.10.3 to 0.10.4
@@ -10,4 +10,4 @@ import * as PropTypes from "prop-types"; | ||
export declare function useAmplitude(eventProperties?: object, instanceName?: string): { | ||
logEvent: (eventType: string, eventPropertiesIn?: object, callback?: any) => void; | ||
instrument: <T extends Function>(eventType: string, func: T) => T; | ||
logEvent: <T extends string>(eventType: T, eventPropertiesIn?: object, callback?: any) => void; | ||
instrument: <T_1 extends Function>(eventType: string, func: T_1) => T_1; | ||
eventProperties: any; | ||
@@ -14,0 +14,0 @@ amplitudeInstance: import("amplitude-js").AmplitudeClient | undefined; |
@@ -54,3 +54,3 @@ { | ||
"types": "dist/index.d.ts", | ||
"version": "0.10.3" | ||
"version": "0.10.4" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29191