{"version":3,"file":"basic-cell.mjs","sources":["../../../../../../../../packages/components/date-picker-panel/src/props/basic-cell.ts"],"sourcesContent":["import { buildProps, definePropType } from '@hd-front-end/utils'\n\nimport type { ExtractPropTypes, __ExtractPublicPropTypes } from 'vue'\nimport type { DateCell } from '../types'\n\nexport const basicCellProps = buildProps({\n  cell: {\n    type: definePropType<DateCell>(Object),\n  },\n} as const)\n\nexport type BasicCellProps = ExtractPropTypes<typeof basicCellProps>\nexport type BasicCellPropsPublic = __ExtractPublicPropTypes<\n  typeof basicCellProps\n>\n"],"names":[],"mappings":";;AAKO,MAAM,iBAAiB,UAAW,CAAA;AAAA,EACvC,IAAM,EAAA;AAAA,IACJ,IAAA,EAAM,eAAyB,MAAM,CAAA;AAAA,GACvC;AACF,CAAU;;;;"}