Skip to content

Commit

Permalink
fixed doc type
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 committed Sep 18, 2023
1 parent 16961a1 commit bbaa2bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
export let input: Value | undefined = undefined;
/**
* Define values for the list.
* @type {Option[]}
* @type {AutocompleteOption[]}
*/
export let options: Option[] = [];
/** Limit the total number of suggestions. */
Expand Down

0 comments on commit bbaa2bf

Please sign in to comment.