UNPKG

@jameshclrk/rxdb-hooks

Version:

React hooks for integrating with RxDB

7 lines (6 loc) 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var react_1 = require("react"); /* eslint-disable-next-line @typescript-eslint/no-empty-function */ var Context = (0, react_1.createContext)({ dbs: {}, addDb: function () { } }); exports.default = Context;