UNPKG

element-plus

Version:

A Component Library for Vue 3

13 lines (10 loc) 375 B
import '../../../../utils/index.mjs'; 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