UNPKG

element-plus

Version:

A Component Library for Vue 3

11 lines (8 loc) 282 B
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