File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ render() {
40
40
| ** ` onChange ` ** | ` function ` | Callback that is called when the user taps a segment.|
41
41
| ** ` selectedIndex ` ** | ` Number ` | Index of the selected segment.|
42
42
| ** ` offsetHeight ` ** | ` Number ` | Active Segment's offset height.|
43
- | ** ` style ` ** | ` function ` | Styles props of segment control.|
44
- | ** ` segmentControlStyle ` ** | ` function ` | Styles props of segment control.|
45
- | ** ` activeSegmentStyle ` ** | ` function ` | Styles props of active segment view.|
46
- | ** ` selectedTextStyle ` ** | ` function ` | Selected Segment's text style.|
47
- | ** ` unSelectedTextStyle ` ** | ` function ` | Unselected Segment's text style.|
43
+ | ** ` style ` ** | ` Styles ` | Styles props of segment control.|
44
+ | ** ` segmentControlStyle ` ** | ` Styles ` | Styles props of segment control.|
45
+ | ** ` activeSegmentStyle ` ** | ` Styles ` | Styles props of active segment view.|
46
+ | ** ` selectedTextStyle ` ** | ` Styles ` | Selected Segment's text style.|
47
+ | ** ` unSelectedTextStyle ` ** | ` Styles ` | Unselected Segment's text style.|
48
48
49
49
## License
50
50
You can’t perform that action at this time.
0 commit comments