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

12 lines
296 B
JavaScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
import Select from './src/select.mjs';
export { selectV2InjectionKey } from './src/token.mjs';
Select.install = (app) => {
app.component(Select.name, Select);
};
const _Select = Select;
const ElSelectV2 = _Select;
export { ElSelectV2, _Select as default };
//# sourceMappingURL=index.mjs.map