element-plus
Version:
A Component Library for Vue 3
12 lines (9 loc) • 359 B
JavaScript
import '../../../../utils/index2.mjs';
import { panelSharedProps, panelRangeSharedProps } from './shared2.mjs';
import { buildProps } from '../../../../utils/vue/props/runtime2.mjs';
const panelDateRangeProps = buildProps({
...panelSharedProps,
...panelRangeSharedProps
});
export { panelDateRangeProps };
//# sourceMappingURL=panel-date-range2.mjs.map