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:
metonym 2022-05-14 12:49:06 -07:00 committed by GitHub
commit 4a052afcb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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;
}