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

11 lines
282 B
JavaScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
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