File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ declare namespace FomanticUI {
30
30
/**
31
31
* Get the selected date
32
32
*/
33
- ( behavior : 'get date' ) : Date | string ;
33
+ ( behavior : 'get date' , format ?: string ) : Date | string ;
34
34
35
35
/**
36
36
* Set the selected date.
@@ -52,7 +52,7 @@ declare namespace FomanticUI {
52
52
/**
53
53
* Get the start date for range selection
54
54
*/
55
- ( behavior : 'get startDate' ) : Date | string ;
55
+ ( behavior : 'get startDate' , format ?: string ) : Date | string ;
56
56
57
57
/**
58
58
* Set the start date for range selection
@@ -62,7 +62,7 @@ declare namespace FomanticUI {
62
62
/**
63
63
* Get the end date for range selection
64
64
*/
65
- ( behavior : 'get endDate' ) : Date | string ;
65
+ ( behavior : 'get endDate' , format ?: string ) : Date | string ;
66
66
67
67
/**
68
68
* Set the end date for range selection
@@ -72,7 +72,7 @@ declare namespace FomanticUI {
72
72
/**
73
73
* Get the currently focused date
74
74
*/
75
- ( behavior : 'get focusDate' ) : Date | string ;
75
+ ( behavior : 'get focusDate' , format ?: string ) : Date | string ;
76
76
77
77
/**
78
78
* Set the currently focused date
You can’t perform that action at this time.
0 commit comments