Skip to content

Commit

Permalink
Use Option
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonStoltz committed Dec 2, 2020
1 parent afc58bf commit 724bb27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const wrapSortingOptionForEuiSelect: (option: Option) => EuiSelectOption = (opti
const getValueFromOption: (option: Option) => string = (option) => option.value;

interface Props {
options: Array<{ label: string; value: string }>;
options: Option[];
value: string;
onChange(value: string): void;
}
Expand Down

0 comments on commit 724bb27

Please sign in to comment.