We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd9bee4 + 29084a9 commit 3ef25ebCopy full SHA for 3ef25eb
index.d.ts
@@ -8,7 +8,7 @@ export interface SegmentedControlTabProperties extends React.Props<ReactNativeSe
8
// Default [0];Array of indices of tab items to be selected initially - when multiple prop is true else it will take selectedIndex
9
selectedIndices?: Array<number>
10
// Default true; Boolean to enable or disable the component
11
- enable?: boolean
+ enabled?: boolean
12
// Default false; Boolean which enables the multiple selection option
13
multiple?: boolean
14
// Default 5;borderRadius of whole tab
0 commit comments