You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
430 B
JavaScript

import { withInstall } from "../../utils/vue/install.mjs";
import { DEFAULT_STEP, timeSelectProps } from "./src/time-select.mjs";
import time_select_default from "./src/time-select2.mjs";
//#region ../../packages/components/time-select/index.ts
const ElTimeSelect = withInstall(time_select_default);
//#endregion
export { DEFAULT_STEP, ElTimeSelect, ElTimeSelect as default, timeSelectProps };
//# sourceMappingURL=index.mjs.map