UNPKG

angular-weblineindia-date-picker

Version:

Date Picker component built in AngularJS to select date and time. Supports Angular 9 version.

5 lines (4 loc) 144 B
import { CalendarValue } from './calendar-value'; export declare type DateValidator = (inputVal: CalendarValue) => { [key: string]: any; };