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

This commit is contained in:
Eric Liu 2022-05-14 12:39:53 -07:00
commit 22ea5654bf
4 changed files with 6 additions and 6 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;