Skip to content

Commit

Permalink
types: DropDownItem: remove disabled prop
Browse files Browse the repository at this point in the history
  • Loading branch information
IRHM committed Jan 1, 2025
1 parent a2ee161 commit 9ba1049
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,6 @@ export interface DropDownItem {
id: number | string;
value: string;
icon?: Icon;
disabled?: boolean;
}

export interface ListBoxItem {
Expand Down

0 comments on commit 9ba1049

Please sign in to comment.