UNPKG

ngx-mat-calendar

Version:

A datepicker with nepali and english calendar support

7 lines (6 loc) 259 B
import { ValidatorFn } from '@angular/forms'; export declare class DateValidators { static dateMinimum(date: Date): ValidatorFn; static dateMaximum(date: Date): ValidatorFn; static dateBetween(startDate: Date, endDate: Date): ValidatorFn; }