Skip to content

Commit 3ef25eb

Browse files
authoredFeb 20, 2019
Merge pull request kirankalyan5#86 from Manduro/patch-1
Fix enabled typing
2 parents dd9bee4 + 29084a9 commit 3ef25eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export interface SegmentedControlTabProperties extends React.Props<ReactNativeSe
88
// Default [0];Array of indices of tab items to be selected initially - when multiple prop is true else it will take selectedIndex
99
selectedIndices?: Array<number>
1010
// Default true; Boolean to enable or disable the component
11-
enable?: boolean
11+
enabled?: boolean
1212
// Default false; Boolean which enables the multiple selection option
1313
multiple?: boolean
1414
// Default 5;borderRadius of whole tab

0 commit comments

Comments
 (0)