UNPKG

dexie-react-hooks

Version:

React hooks for reactive data fetching using Dexie.js

5 lines (4 loc) 56 B
export interface Item { id: number; name: string; }