Skip to content

Commit 62236b3

Browse files
committed
fix: flow error
1 parent da21d74 commit 62236b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ export type SegmentedControlProps = $ReadOnly<{|
111111
/**
112112
* array testID to each segment button
113113
*/
114-
testIDS: $ReadOnlyArray<string | number | Object>,
114+
testIDS: $ReadOnlyArray<string>,
115115
|}>;

0 commit comments

Comments
 (0)