UNPKG

@etsoo/materialui

Version:

TypeScript Material-UI Implementation

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