UNPKG

@knowmax/genericlist-core

Version:

Knowmax Generic list with basic CRUD support without any user interface implementation.

7 lines (6 loc) 267 B
import { FunctionComponent } from 'react'; import { GenericListCache } from './GenericListCache'; export declare const useGenericListCache: () => GenericListCache; export declare const GenericListCacheProvider: FunctionComponent<{ children?: React.ReactNode; }>;