Skip to content

Commit

Permalink
refactor: remove obsolete prop definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed Nov 22, 2024
1 parent 339a115 commit c040167
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ export type EuiSelectableListProps<T> = EuiSelectableOptionsListProps & {
makeOptionId: (index: number | undefined) => string;
listId: string;
setActiveOptionIndex: (index: number, cb?: () => void) => void;
autoFocus?: boolean;
};

type State<T> = {
Expand Down

0 comments on commit c040167

Please sign in to comment.