UNPKG

ngx-mat-calendar

Version:

A datepicker with nepali and english calendar support

6 lines (5 loc) 317 B
import { FormControl, FormGroupDirective, NgForm } from '@angular/forms'; import { ErrorStateMatcher } from '@angular/material/core'; export declare class CalendarErrorStateMatcher implements ErrorStateMatcher { isErrorState(control: FormControl | null, form: FormGroupDirective | NgForm | null): boolean; }