Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-05-14 12:46:14 -07:00
commit b24453f585
3 changed files with 3 additions and 3 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;
}