UNPKG

@datorama/akita

Version:

A Reactive State Management Tailored-Made for JS Applications

8 lines (7 loc) 269 B
import { ID, IDS } from './types'; export declare type SetActiveOptions = { prev?: boolean; next?: boolean; wrap?: boolean; }; export declare function getActiveEntities(idOrOptions: IDS | SetActiveOptions | null, ids: ID[], currentActive: IDS | null): any;