element-plus
Version:
A Component Library for Vue 3
1 lines • 783 B
Source Map (JSON)
{"version":3,"file":"basic-month-table.mjs","names":[],"sources":["../../../../../../../packages/components/date-picker-panel/src/props/basic-month-table.ts"],"sourcesContent":["import { buildProps } from '@element-plus/utils'\nimport { datePickerSharedProps, selectionModeWithDefault } from './shared'\n\nimport type { ExtractPropTypes, ExtractPublicPropTypes } from 'vue'\n\nexport const basicMonthTableProps = buildProps({\n ...datePickerSharedProps,\n selectionMode: selectionModeWithDefault('month'),\n})\n\nexport type BasicMonthTableProps = ExtractPropTypes<typeof basicMonthTableProps>\nexport type BasicMonthTablePropsPublic = ExtractPublicPropTypes<\n typeof basicMonthTableProps\n>\n"],"mappings":";;;;AAKA,MAAa,uBAAuB,WAAW;CAC7C,GAAG;CACH,eAAe,yBAAyB,QAAQ;CACjD,CAAC"}