UNPKG

pathingjs

Version:

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

3 lines (2 loc) 160 B
import { ButtonData, LinkOptions } from "../types"; export declare function button(element: HTMLElement, data: ButtonData, options?: LinkOptions): HTMLElement;