Files
game-cards-poker-design/frontend/node_modules/element-plus/es/components/roving-focus-group/src/tokens.mjs

7 lines
353 B
JavaScript
Raw Normal View History

//#region ../../packages/components/roving-focus-group/src/tokens.ts
const ROVING_FOCUS_GROUP_INJECTION_KEY = Symbol("elRovingFocusGroup");
const ROVING_FOCUS_GROUP_ITEM_INJECTION_KEY = Symbol("elRovingFocusGroupItem");
//#endregion
export { ROVING_FOCUS_GROUP_INJECTION_KEY, ROVING_FOCUS_GROUP_ITEM_INJECTION_KEY };
//# sourceMappingURL=tokens.mjs.map