@vuesax-alpha/nightly
Version:
A Component Library for Vue 3
1 lines • 452 B
Source Map (JSON)
{"version":3,"file":"sidebar.mjs","sources":["../../../../packages/tokens/sidebar.ts"],"sourcesContent":["import type { ComputedRef, InjectionKey } from 'vue'\n\nexport type SidebarContext = {\n handleClickItem: (id: string) => void\n modelValue: ComputedRef<string>\n reduce: ComputedRef<boolean>\n}\n\nexport const sidebarContextKey: InjectionKey<SidebarContext> = Symbol('sidebar')\n"],"names":[],"mappings":"AAQa,MAAA,iBAAA,GAAkD,OAAO,SAAS;;;;"}