UNPKG

janus-bury

Version:

支持vue3的埋点自动上报的插件

4 lines (3 loc) 241 B
export declare const sendImage: (url: string, data?: any) => void; export declare const sendBeacon: (url: string, data?: any) => void; export declare const ajax: (url: string, data?: any) => Promise<import('axios').AxiosResponse<any, any>>;