next-use-posthog
Advanced tools
Comparing version 1.16.3 to 1.16.4
import { PostHogConfig } from 'posthog-js'; | ||
export declare const usePostHog: (apiKey: string, config?: PostHogConfig | undefined, name?: string | undefined) => void; | ||
export declare const usePostHog: (apiKey: string, config?: Partial<PostHogConfig> | undefined, name?: string | undefined) => void; |
{ | ||
"name": "next-use-posthog", | ||
"version": "1.16.3", | ||
"version": "1.16.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A Next.js hook for PostHog analytics", |
4739