{"version":3,"file":"context.mjs","sources":["../../../../../../packages/components/descriptions/src/context.ts"],"sourcesContent":["import type { InjectionKey } from 'vue'\n\nexport interface DescriptionsContext {\n  size: 'large' | 'default' | 'small'\n  border: boolean\n  cellHeight: number | string | undefined\n  direction: 'vertical' | 'horizontal'\n}\n\nexport const descriptionsInjectionKey: InjectionKey<DescriptionsContext> = Symbol('Descriptions')\n"],"names":[],"mappings":"AASa,MAAA,wBAAA,GAA8D,OAAO,cAAc;;;;"}