UNPKG
@matheo/datepicker
Version:
latest (13.0.0-beta.1)
13.0.0-beta.1
13.0.0-beta.0
12.10.0-beta.1
12.10.0-beta.0
11.2.17
11.2.16
11.2.15
11.2.14
11.2.13
11.2.12
11.2.11
11.2.10
11.2.9
11.2.8
11.2.7
11.2.6
11.2.5
11.0.0-beta.8
11.0.0-beta.7
11.0.0-beta.6
11.0.0-beta.5
11.0.0-beta.4
11.0.0-beta.3
11.0.0-beta.2
11.0.0-beta.1
11.0.0-beta.0
Angular material date+time picker
matheo.co/demos/datepicker/
matheo/angular
@matheo/datepicker
/
lib
/
calendar.types.d.ts
11 lines
(10 loc)
•
290 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * Possible return types. *
@docs
-private */
export
declare
type
MatCalendarType
=
'date'
|
'datetime'
|
'time'
|
'month'
|
'year'
;
/** * Possible views for the calendar. *
@docs
-private */
export
declare
type
MatCalendarView
=
'minute'
|
'hour'
|
'month'
|
'year'
|
'multi-year'
;