{"version":3,"file":"pagination.mjs","sources":["../../../../packages/tokens/pagination.ts"],"sourcesContent":["import type { ComputedRef, InjectionKey, WritableComputedRef } from 'vue'\n\nexport interface BPaginationContext {\n  currentPage?: WritableComputedRef<number>\n  pageCount?: ComputedRef<number>\n  disabled?: ComputedRef<boolean>\n  changeEvent?: (val: number) => void\n  handleSizeChange?: (val: number) => void\n}\n\nexport const bPaginationKey: InjectionKey<BPaginationContext> =\n  Symbol('bPaginationKey')\n"],"names":[],"mappings":"AAUa,MAAA,cAAA,GACX,OAAO,gBAAgB;;;;"}