UNPKG

@user-intent-detector/react

Version:

React bindings for the user-intent-detector core library, providing hooks and components to detect user intent like exit, conversion, hesitation, and confusion.

4 lines 241 B
import type { IntentData } from '@user-intent-detector/core'; import type { UseUserIntentOptions } from './types'; export declare function useUserIntent(options?: UseUserIntentOptions): IntentData; //# sourceMappingURL=useUserIntent.d.ts.map