UNPKG

@yqg/multiple-click

Version:

Monitor user's multiple click behavior and report

6 lines (5 loc) 351 B
import { IExposeMultipleClickTrackingConfig } from '../type'; export declare const baseConfig: IExposeMultipleClickTrackingConfig; export declare const mockFetchConfig: (data: any) => void; export declare const mockUploadTrackingInfo: (cb?: (req: RequestInit) => void) => void; export declare const getSubsets: <T>(arr: T[], subLen: number) => T[][];