UNPKG

@coreui/react

Version:

UI Components Library for React.js

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