UNPKG

ng2-date-picker-pda-forked

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