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
2
types/DatePicker/DatePicker.svelte.d.ts
vendored
2
types/DatePicker/DatePicker.svelte.d.ts
vendored
|
@ -76,7 +76,7 @@ export interface DatePickerProps
|
|||
/**
|
||||
* Override the options passed to the Flatpickr instance.
|
||||
* @see https://flatpickr.js.org/options
|
||||
* @default {}
|
||||
* @default { static: true }
|
||||
*/
|
||||
flatpickrProps?: import("flatpickr/dist/types/options").Options;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue