UNPKG

pouchdb-react-native

Version:
9 lines (6 loc) 195 B
/// <reference types="pouchdb-core" /> declare module "pouchdb-react-native" { const pouchdbPlugin: PouchDB.Static; export default pouchdbPlugin; } declare var PouchDB: PouchDB.Static;