UNPKG

angular-weblineindia-date-picker

Version:

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

3 lines (2 loc) 108 B
import { Moment } from 'moment'; export declare type CalendarValue = Moment | Moment[] | string | string[];