mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore(date-picker): also set static: true
in exported prop (#1300)
* chore(date-picker): also set `static: true` in exported prop * Run "yarn build:docs"
This commit is contained in:
parent
37b40d640b
commit
4a052afcb5
4 changed files with 4 additions and 4 deletions
|
@ -2753,7 +2753,7 @@
|
|||
"kind": "let",
|
||||
"description": "Override the options passed to the Flatpickr instance.\n@see https://flatpickr.js.org/options",
|
||||
"type": "import(\"flatpickr/dist/types/options\").Options",
|
||||
"value": "{}",
|
||||
"value": "{ static: true }",
|
||||
"isFunction": false,
|
||||
"isFunctionDeclaration": false,
|
||||
"constant": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue