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

9 lines
277 B
JavaScript

import Select from './src/select.mjs';
export { selectV2InjectionKey } from './src/token.mjs';
import { withInstall } from '../../utils/vue/install.mjs';
const ElSelectV2 = withInstall(Select);
export { ElSelectV2, ElSelectV2 as default };
//# sourceMappingURL=index.mjs.map