UNPKG

@coreui/vue

Version:

UI Components Library for Vue.js

3 lines (2 loc) 188 B
declare const getNextActiveElement: (list: HTMLElement[], activeElement: HTMLElement, shouldGetNext: boolean, isCycleAllowed: boolean) => HTMLElement; export default getNextActiveElement;