UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

2 lines (1 loc) 127 B
export declare function moveBack<T>(items: T[], activeItemIndex: number, steps?: number, skip?: (item: T) => boolean): number;