stdproject/frontend/node_modules/element-plus/es/components/time-select/index.mjs
2025-05-30 13:43:31 +08:00

9 lines
298 B
JavaScript

import TimeSelect from './src/time-select2.mjs';
export { timeSelectProps } from './src/time-select.mjs';
import { withInstall } from '../../utils/vue/install.mjs';
const ElTimeSelect = withInstall(TimeSelect);
export { ElTimeSelect, ElTimeSelect as default };
//# sourceMappingURL=index.mjs.map