UNPKG

janus-bury

Version:

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

8 lines (7 loc) 260 B
import { Router } from 'vue-router'; import { DataSenderMethodMap } from './types'; export declare const pageReport: (router: Router, callback: (params: { funcName: keyof DataSenderMethodMap; params: any; monitorAttr?: string; }) => void) => void;