element-plus
Version:
A Component Library for Vue 3
1 lines • 765 B
Source Map (JSON)
{"version":3,"file":"panel-date-range.mjs","sources":["../../../../../../../packages/components/date-picker-panel/src/props/panel-date-range.ts"],"sourcesContent":["import { buildProps } from '@element-plus/utils'\nimport { panelRangeSharedProps, panelSharedProps } from './shared'\n\nimport type { ExtractPropTypes, ExtractPublicPropTypes } from 'vue'\n\nexport const panelDateRangeProps = buildProps({\n ...panelSharedProps,\n ...panelRangeSharedProps,\n} as const)\n\nexport type PanelDateRangeProps = ExtractPropTypes<typeof panelDateRangeProps>\nexport type PanelDateRangePropsPublic = ExtractPublicPropTypes<\n typeof panelDateRangeProps\n>\n"],"names":[],"mappings":";;;AAKO,MAAM,sBAAsB,UAAW,CAAA;AAAA,EAC5C,GAAG,gBAAA;AAAA,EACH,GAAG,qBAAA;AACL,CAAU;;;;"}