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
/
types
/
calendar-value.d.ts
3 lines
(2 loc)
•
108 B
TypeScript
View Raw
1
2
3
import
{
Moment
}
from
'moment'
;
export
declare
type
CalendarValue
=
Moment
|
Moment
[] |
string
|
string
[];