UNPKG

pathingjs

Version:

Enhanced analytics tracking library with comprehensive device, browser, and engagement data collection

3 lines (2 loc) 128 B
import { EventResponse, ButtonData } from "../types"; export declare function button(data: ButtonData): Promise<EventResponse>;