Skip to content

Commit

Permalink
fix: widen select option label type
Browse files Browse the repository at this point in the history
  • Loading branch information
haideralsh committed May 30, 2024
1 parent ff59180 commit 262fde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { calcOptionsLength, checkOptionsAreValid, extractValue, getReactSelectVa
export type NDSOptionValue = string | number | boolean | null;

export interface NDSOption {
label: string;
label: ReactNode;
value: NDSOptionValue;
}

Expand Down

0 comments on commit 262fde9

Please sign in to comment.