UNPKG

@jameshclrk/rxdb-hooks

Version:

React hooks for integrating with RxDB

4 lines (3 loc) 160 B
import { RxCollection } from 'rxdb'; declare function useRxCollection<T>(dbName: string, name: string): RxCollection<T> | null; export default useRxCollection;