UNPKG
ng2-date-picker-pda-forked
Version:
latest (2.4.0)
2.4.0
github.com/piotr-dajlido/angular-datepicker
piotr-dajlido/angular-datepicker
ng2-date-picker-pda-forked
/
common
/
models
/
calendar.model.d.ts
7 lines
(6 loc)
•
121 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Moment
}
from
'moment'
;
export
interface
ICalendar
{
locale
?:
string
;
min
?:
Moment
;
max
?:
Moment
; }