element-plus
Version:
A Component Library for Vue 3
10 lines (8 loc) • 365 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
//#region ../../packages/components/menu/src/tokens.ts
const MENU_INJECTION_KEY = "rootMenu";
const SUB_MENU_INJECTION_KEY = "subMenu:";
//#endregion
exports.MENU_INJECTION_KEY = MENU_INJECTION_KEY;
exports.SUB_MENU_INJECTION_KEY = SUB_MENU_INJECTION_KEY;
//# sourceMappingURL=tokens.js.map