index.mjs 296 B

1234567891011
  1. import Select from './src/select.mjs';
  2. export { selectV2InjectionKey } from './src/token.mjs';
  3. Select.install = (app) => {
  4. app.component(Select.name, Select);
  5. };
  6. const _Select = Select;
  7. const ElSelectV2 = _Select;
  8. export { ElSelectV2, _Select as default };
  9. //# sourceMappingURL=index.mjs.map