import type { InjectionKey } from 'vue-demi' export function createInjectionKey(key: string): InjectionKey { return key as any }