@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
4 lines (3 loc) • 388 B
TypeScript
export declare function getPreviousIndex(currentIndex: number, elements: NodeListOf<HTMLDivElement> | HTMLDivElement[], loop: boolean): number;
export declare function getNextIndex(currentIndex: number, elements: NodeListOf<HTMLDivElement> | HTMLDivElement[], loop: boolean): number;
export declare function getFirstIndex(elements: NodeListOf<HTMLDivElement> | HTMLDivElement[]): number;