fix(types): use @see tag for flatpickr options link (#1299)

* chore(deps-dev): upgrade sveld to v0.15.3

* Run "yarn build:docs"

* fix(types): use `@see` tag for flatpickr options link
This commit is contained in:
metonym 2022-05-14 12:43:12 -07:00 committed by GitHub
commit 37b40d640b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 21 additions and 21 deletions

View file

@ -74,8 +74,8 @@ export interface DatePickerProps
id?: string;
/**
* Override the options passed to the Flatpickr instance
* https://flatpickr.js.org/options
* Override the options passed to the Flatpickr instance.
* @see https://flatpickr.js.org/options
* @default {}
*/
flatpickrProps?: import("flatpickr/dist/types/options").Options;