UNPKG

@mozaic-ds/vue-3

Version:

Vue.js implementation of Mozaic Design System

5 lines (3 loc) 259 B
import type { ComponentInternalInstance, InjectionKey, Ref } from 'vue'; export const parentInjectionKey = Symbol() as InjectionKey<ComponentInternalInstance>; export const childItemsInjectionKey = Symbol() as InjectionKey<Ref<ComponentInternalInstance[]>>;