UNPKG

@etsoo/materialui

Version:

TypeScript Material-UI Implementation

4 lines (3 loc) 275 B
import { ScrollerListProps } from "@etsoo/react"; export declare function listCacheKeyGenerator(cacheKey: string): string; export declare function useListCacheInitLoad<T extends object>(cacheKey: string | undefined, cacheMinutes: number): ScrollerListProps<T>["onInitLoad"];