UNPKG

@ozen-ui/kit

Version:

React component library

4 lines (3 loc) 120 B
export function getPrevIndex(currentIndex, length) { return currentIndex - 1 < 0 ? length - 1 : currentIndex - 1; }