UNPKG

ng2-date-picker-pda-forked

Version:
5 lines (4 loc) 123 B
import { IDate } from '../common/models/date.model'; export interface IMonth extends IDate { currentMonth?: boolean; }