UNPKG

ng2-date-picker-pda-forked

Version:
7 lines (6 loc) 121 B
import { Moment } from 'moment'; export interface ICalendar { locale?: string; min?: Moment; max?: Moment; }