UNPKG

@ozen-ui/kit

Version:

React component library

7 lines (6 loc) 202 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getNextIndex = getNextIndex; function getNextIndex(currentIndex, length) { return (currentIndex + 1) % length; }