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
/
single-calendar-value.ts
3 lines
(2 loc)
•
82 B
text/typescript
View Raw
1
2
3
import
{
Moment
}
from
'moment'
;
export
type
SingleCalendarValue
=
Moment
|
string
;