UNPKG

overcentric

Version:

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

4 lines (3 loc) 179 B
type TrackEventFunction = (eventName: string, properties: Record<string, any>) => void; export declare function startAutoCapture(trackEvent: TrackEventFunction): void; export {};