UNPKG

ngx-indexed-db

Version:
6 lines (5 loc) 228 B
import { ModuleWithProviders } from '@angular/core'; import { DBConfig } from './ngx-indexed-db.meta'; export declare class NgxIndexedDBModule { static forRoot(dbConfig: DBConfig): ModuleWithProviders<NgxIndexedDBModule>; }