UNPKG

element-plus

Version:

A Component Library for Vue 3

11 lines (7 loc) 561 B
import ElRovingFocusGroup from './src/roving-focus-group.vue.mjs'; export { default as ElRovingFocusItem } from './src/roving-focus-item.vue.mjs'; export { ROVING_FOCUS_GROUP_INJECTION_KEY, ROVING_FOCUS_GROUP_ITEM_INJECTION_KEY } from './src/tokens.mjs'; export { focusFirst, getFocusIntent, reorderArray } from './src/utils.mjs'; export { ROVING_FOCUS_COLLECTION_INJECTION_KEY, ROVING_FOCUS_ITEM_COLLECTION_INJECTION_KEY } from './src/roving-focus-group.mjs'; export { ElRovingFocusGroup, ElRovingFocusGroup as default }; //# sourceMappingURL=index.mjs.map