UNPKG

element-plus

Version:

A Component Library for Vue 3

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