revel-mat-daterange-picker-up2
Version:
[](https://circleci.com/gh/ashishgkwd/ngx-mat-daterange-picker) [](https
12 lines (11 loc) • 432 B
TypeScript
import { NgxDrpOptions } from '../model/model';
import * as i0 from "@angular/core";
export declare class ConfigStoreService {
private _ngxDrpOptions;
private defaultOptions;
constructor();
get ngxDrpOptions(): NgxDrpOptions;
set ngxDrpOptions(options: NgxDrpOptions);
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigStoreService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ConfigStoreService>;
}