mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 04:39:19 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
96d74ac442
commit
b24453f585
3 changed files with 3 additions and 3 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