Skip to content

Commit fbff454

Browse files
authored
Add activeTextColor to index.d.ts (#54)
1 parent 18ad1c9 commit fbff454

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.d.ts

+6
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ export interface SegmentedControlIOSProps extends ViewProps {
5151
*/
5252
textColor?: string;
5353

54+
/**
55+
* (iOS 13 only)
56+
* Text color of the active control.
57+
*/
58+
activeTextColor?: string;
59+
5460
/**
5561
* (iOS 13 only)
5662
* Background color of the control.

0 commit comments

Comments
 (0)