{"version":3,"file":"constants.mjs","sources":["../../../../../../packages/components/batch/src/constants.ts"],"sourcesContent":["import type { InjectionKey } from 'vue'\n\nimport type { BatchProps } from './batch'\n\nexport interface BatchContext {\n  size?: BatchProps['size']\n}\n\nexport const batchContextKey: InjectionKey<BatchContext> =\n  Symbol('batchContextKey')\n"],"names":[],"mappings":"AAAY,MAAC,eAAe,GAAG,MAAM,CAAC,iBAAiB;;;;"}