UNPKG

janus-bury

Version:

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

6 lines (5 loc) 187 B
/** * 页面报错异常监听 */ export declare const errorReport: (callback: (data: any) => void) => void; export declare const rejectReport: (callback: (data: any) => void) => void;