Files
dsProject/dsBase/WebRoot/html/cdn/lib/components/dropdown/src/tokens.js
2025-08-14 15:45:08 +08:00

9 lines
225 B
JavaScript

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