UNPKG

element-plus

Version:

A Component Library for Vue 3

12 lines (9 loc) 355 B
import '../../../../utils/index.mjs'; import { panelSharedProps, panelRangeSharedProps } from './shared.mjs'; import { buildProps } from '../../../../utils/vue/props/runtime.mjs'; const panelDateRangeProps = buildProps({ ...panelSharedProps, ...panelRangeSharedProps }); export { panelDateRangeProps }; //# sourceMappingURL=panel-date-range.mjs.map