import type { ComponentInternalInstance, InjectionKey, Ref } from 'vue'; export const parentInjectionKey = Symbol() as InjectionKey; export const childItemsInjectionKey = Symbol() as InjectionKey>;