Skip to content

Commit 2cf5514

Browse files
authored
Merge pull request #32 from Naturalclar/chore/addMissingTypes
Add missing types in typescript definition
2 parents dae75f6 + 552cc47 commit 2cf5514

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

index.d.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@ export interface SegmentedControlIOSProps extends ViewProps {
4545
*/
4646
tintColor?: string;
4747

48+
/**
49+
* (iOS 13 only)
50+
* Text color of the control.
51+
*/
52+
textColor?: string;
53+
54+
/**
55+
* (iOS 13 only)
56+
* Background color of the control.
57+
*/
58+
backgroundColor?: string;
59+
4860
/**
4961
* The labels for the control's segment buttons, in order.
5062
*/

0 commit comments

Comments
 (0)