Никита Круглицкий b3c99a667a Initial commit
2024-11-26 16:15:12 +03:00

5 lines
179 B
TypeScript

import type { InjectionKey } from 'vue'
import type { AccordionContext } from './types'
export const accordionContextKey: InjectionKey<AccordionContext> = Symbol('UI_ACCORDION')