UNPKG

hongluan-ui

Version:
14 lines (11 loc) 306 B
import { panelRangeSharedProps } from './shared.mjs'; const panelMonthRangeProps = { ...panelRangeSharedProps }; const panelMonthRangeEmits = [ "pick", "set-picker-option", "calendar-change" ]; export { panelMonthRangeEmits, panelMonthRangeProps }; //# sourceMappingURL=panel-month-range.mjs.map