UNPKG

rxdb-hooks

Version:

React hooks for integrating with RxDB

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