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
/
prebuild
/
app
/
common
/
types
/
calendar-value.ts
4 lines
(2 loc)
•
99 B
text/typescript
View Raw
1
2
3
4
import
{
Moment
}
from
'moment'
;
export
type
CalendarValue
=
Moment
|
Moment
[] |
string
|
string
[];