UNPKG

vue3-game-analytics

Version:

Comprehensive analytics tracking system for Vue 3 game applications

7 lines (5 loc) 124 B
import { Plugin } from 'vue'; /** * Vue 3 plugin for game analytics */ export declare const GameAnalyticsPlugin: Plugin;