5 lines
179 B
TypeScript
5 lines
179 B
TypeScript
import type { InjectionKey } from 'vue'
|
|
import type { AccordionContext } from './types'
|
|
|
|
export const accordionContextKey: InjectionKey<AccordionContext> = Symbol('UI_ACCORDION')
|