yingsa/admin/node_modules/element-plus/lib/components/select-v2/src/token.js
2026-01-20 08:50:50 +08:00

11 lines
231 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
const selectV2InjectionKey = Symbol(
"ElSelectV2Injection"
);
exports.selectV2InjectionKey = selectV2InjectionKey;
//# sourceMappingURL=token.js.map