UNPKG

element-plus

Version:

A Component Library for Vue 3

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