mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
Use consistent date definitions
This commit is contained in:
parent
cff16e5d7d
commit
ccd96b45b2
4 changed files with 21 additions and 21 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue