@opensig/opendesign
Version:
21 lines (20 loc) • 535 B
JavaScript
import _sfc_main from "./OTimePicker.vue.mjs";
import _sfc_main$1 from "./OTimeRangePicker.vue.mjs";
import { TIME_PREFIX, timePickerProps, timeRangePickerProps } from "./types.mjs";
const OTimePicker = Object.assign(_sfc_main, {
install(app) {
app.component("OTimePicker", _sfc_main);
}
});
const OTimeRangePicker = Object.assign(_sfc_main$1, {
install(app) {
app.component("OTimeRangePicker", _sfc_main$1);
}
});
export {
OTimePicker,
OTimeRangePicker,
TIME_PREFIX,
timePickerProps,
timeRangePickerProps
};