hongluan-ui
Version:
Hongluan Component Library for Vue 3
14 lines (11 loc) • 306 B
JavaScript
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