UNPKG

@hubhorizonllc/tracker

Version:

Tracks and analyzes user behavior using Chrome's TextClassifier

4 lines (3 loc) 289 B
export { UserBehaviorTracker } from "./tracker"; export { useUserBehaviorTracker } from "./react-hook"; export type { UserBehaviorOptions, UserInteraction, ClassificationResult, SentimentType, TrackerCallback, UseUserBehaviorTrackerOptions, UseUserBehaviorTrackerResult, } from "./types";