import type { ComputedRef, InjectionKey, Ref } from 'vue' import type { AdvContext } from '../types' export * from './game' export const injectionAdvContext = '$advjs-context' as unknown as InjectionKey export const injectionAdvContent = '$advjs-content' as unknown as InjectionKey> export const injectionAdvScale = '$advjs-scale' as unknown as InjectionKey>