mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 12:49:20 +00:00
fix(types): use @see
tag for flatpickr options link
This commit is contained in:
parent
79d387442c
commit
22ea5654bf
4 changed files with 6 additions and 6 deletions
4
types/DatePicker/DatePicker.svelte.d.ts
vendored
4
types/DatePicker/DatePicker.svelte.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue