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

6 lines
160 B
JavaScript

const selectGroupKey = Symbol("ElSelectGroup");
const selectKey = Symbol("ElSelect");
export { selectGroupKey, selectKey };
//# sourceMappingURL=token.mjs.map