UNPKG
vue3-game-analytics
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Comprehensive analytics tracking system for Vue 3 game applications
vue3-game-analytics
/
dist
/
core
/
event-handlers.d.ts
8 lines
(6 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import { GameAnalyticsOptions }
from
'../types'
;
/** * Sets up global event listeners for automatic event tracking *
@param
options Configuration options */
export
declare
function
setupEventHandlers
(
options: GameAnalyticsOptions
): (
) =>
void
;