UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

7 lines (6 loc) 182 B
export declare class LruMap<K, V> extends Map<K, V> { readonly limit: number; constructor(limit?: number); set(key: K, value: V): this; get(key: K): V | undefined; }