import type { InjectionKey, Ref } from 'vue' import type { RouteContextObject, LocationContextObject } from './types' export const ROUTE_CONTEXT: InjectionKey = Symbol( 'ROUTE_CONTEXT', ) export const LOCATION_CONTEXT: InjectionKey = Symbol( 'LOCATION_CONTEXT', )