9 lines
183 B
JavaScript
9 lines
183 B
JavaScript
'use strict';
|
|
|
|
const selectV2InjectionKey = /* @__PURE__ */ Symbol(
|
|
"ElSelectV2Injection"
|
|
);
|
|
|
|
exports.selectV2InjectionKey = selectV2InjectionKey;
|
|
//# sourceMappingURL=token.js.map
|