Files
PartsInquiry/admin/node_modules/element-plus/lib/components/menu/src/tokens.js
2025-09-24 20:35:15 +08:00

11 lines
303 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
const MENU_INJECTION_KEY = "rootMenu";
const SUB_MENU_INJECTION_KEY = "subMenu:";
exports.MENU_INJECTION_KEY = MENU_INJECTION_KEY;
exports.SUB_MENU_INJECTION_KEY = SUB_MENU_INJECTION_KEY;
//# sourceMappingURL=tokens.js.map