UNPKG

@vuesax-alpha/nightly

Version:
1 lines 452 B
{"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;;;;"}