UNPKG
@jameshclrk/rxdb-hooks
Version:
latest (6.0.1)
6.0.1
React hooks for integrating with RxDB
github.com/jameshclrk/rxdb-hooks
jameshclrk/rxdb-hooks
@jameshclrk/rxdb-hooks
/
dist
/
context.js
7 lines
(6 loc)
•
283 B
JavaScript
View Raw
1
2
3
4
5
6
7
"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
;