We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da21d74 commit 62236b3Copy full SHA for 62236b3
js/types.js
@@ -111,5 +111,5 @@ export type SegmentedControlProps = $ReadOnly<{|
111
/**
112
* array testID to each segment button
113
*/
114
- testIDS: $ReadOnlyArray<string | number | Object>,
+ testIDS: $ReadOnlyArray<string>,
115
|}>;
0 commit comments