{"version":3,"file":"context.mjs","sources":["../../../../../../packages/components/timeline/src/context.ts"],"sourcesContent":["import type { InjectionKey } from 'vue'\nimport type { LineType } from './types'\nexport interface TimelineContext {\n  reverse: boolean\n  parentCls: string\n  count: number\n  lineType: LineType\n}\n\n/**\n * @description 之所以命名为context从行为上讲Provide和Inject形似上下文\n */\nexport const timelineInjectionKey: InjectionKey<TimelineContext> = Symbol('timelineKey')\n"],"names":[],"mappings":"AAYa,MAAA,oBAAA,GAAsD,OAAO,aAAa;;;;"}