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
/
index.d.ts
11 lines
(9 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
Plugin
}
from
'vue'
;
export
*
from
'./types'
;
export
*
from
'./composables'
;
export
{ generateUUID }
from
'./utils'
;
/** * Vue 3 Game Analytics Plugin */
declare
const
VueGameAnalytics
:
Plugin
;
export
default
VueGameAnalytics
;