Skip to content

Commit

Permalink
fix(Select): fix Option label type for flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Jun 4, 2023
1 parent 9d6b369 commit d541a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orbit-components/src/Select/index.js.flow
Expand Up @@ -11,7 +11,7 @@ import type { spaceAfter } from "../common/getSpacingToken/index.js.flow";
type Option = {|
+key?: string,
+value: string | number,
+label?: React.Node,
+label?: string,
+disabled?: boolean,
|};

Expand Down

0 comments on commit d541a91

Please sign in to comment.