UNPKG

overcentric

Version:

Overcentric watches your website, product, and users - and tells you what matters and what to do about it.

6 lines (5 loc) 240 B
import { AutoCaptureConfig } from '../types'; export declare function loadAutoCapture(): Promise<{ startAutoCapture: Function; }>; export declare function initAutoCapture(trackEvent: Function, config: AutoCaptureConfig): Promise<void>;