Skip to content

Commit

Permalink
Update definition
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Nov 22, 2023
1 parent b4e492e commit 2ed4010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/listbox/listbox.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export interface ListboxClickEvent {
*/
originalEvent: Event;
/**
* Selected option value
* Value of the component.
*/
value: any;
/**
Expand Down

1 comment on commit 2ed4010

@vercel
Copy link

@vercel vercel bot commented on 2ed4010 Nov 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.