Use consistent date definitions

This commit is contained in:
Gregor Wassmann 2021-05-14 15:33:35 +02:00
commit ccd96b45b2
4 changed files with 21 additions and 21 deletions

View file

@ -2262,7 +2262,7 @@
"name": "value",
"kind": "let",
"description": "Specify the date picker input value",
"type": "number | string",
"type": "number | string | Date",
"value": "\"\"",
"isFunction": false,
"constant": false,
@ -2291,7 +2291,7 @@
"name": "maxDate",
"kind": "let",
"description": "Specify the maximum date",
"type": "null | string | Date",
"type": "null | number | string | Date",
"value": "null",
"isFunction": false,
"constant": false,
@ -2301,7 +2301,7 @@
"name": "minDate",
"kind": "let",
"description": "Specify the minimum date",
"type": "null | string | Date",
"type": "null | number | string | Date",
"value": "null",
"isFunction": false,
"constant": false,