campus-errand/admin/node_modules/element-plus/lib/components/menu/src/tokens.js
2026-03-01 05:01:47 +08:00

9 lines
239 B
JavaScript

'use strict';
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