UNPKG

@hubhorizonllc/tracker

Version:

Tracks and analyzes user behavior using Chrome's TextClassifier

6 lines (5 loc) 288 B
import type { UseUserBehaviorTrackerOptions, UseUserBehaviorTrackerResult } from "./types"; /** * React hook for tracking user behavior with @hubhorizonllc/tracker */ export declare function useUserBehaviorTracker(options?: UseUserBehaviorTrackerOptions): UseUserBehaviorTrackerResult;