UNPKG

ng-mat-daterange-picker

Version:

[![CircleCI](https://circleci.com/gh/ashishgkwd/ngx-mat-daterange-picker.svg?style=shield)](https://circleci.com/gh/ashishgkwd/ngx-mat-daterange-picker) [![Maintainability](https://api.codeclimate.com/v1/badges/2b0d09a866f6d2ed139c/maintainability)](https

9 lines (8 loc) 262 B
import { NgxDrpOptions } from '../model/model'; export declare class ConfigStoreService { private _ngxDrpOptions; private defaultOptions; constructor(); get ngxDrpOptions(): NgxDrpOptions; set ngxDrpOptions(options: NgxDrpOptions); }