UNPKG

react-indexeddb-kit

Version:

A TypeScript-based React IndexedDB wrapper with CRUD operations.

3 lines (2 loc) 162 B
import { ReactIndexDBClientProps, Schema } from "../core"; export declare const useIndexedDB: (dbName: string, schema: Schema) => ReactIndexDBClientProps | null;