jstd-web/node_modules/element-plus/es/components/time-select/index.mjs

11 lines
282 B
JavaScript

import TimeSelect from './src/time-select2.mjs';
TimeSelect.install = (app) => {
app.component(TimeSelect.name, TimeSelect);
};
const _TimeSelect = TimeSelect;
const ElTimeSelect = _TimeSelect;
export { ElTimeSelect, _TimeSelect as default };
//# sourceMappingURL=index.mjs.map