UNPKG

element-plus

Version:

A Component Library for Vue 3

11 lines (8 loc) 317 B
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