Files
pig-farm-controller-fe/node_modules/element-plus/lib/components/dropdown/src/tokens.js
2025-09-19 14:25:20 +08:00

11 lines
354 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
const DROPDOWN_INJECTION_KEY = Symbol("elDropdown");
const DROPDOWN_INSTANCE_INJECTION_KEY = "elDropdown";
exports.DROPDOWN_INJECTION_KEY = DROPDOWN_INJECTION_KEY;
exports.DROPDOWN_INSTANCE_INJECTION_KEY = DROPDOWN_INSTANCE_INJECTION_KEY;
//# sourceMappingURL=tokens.js.map