Skip to content

Commit e580f43

Browse files
committed
feat(types): add button text styles
1 parent 1f60036 commit e580f43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ export interface ReactNativeInputSpinnerProps {
6666
buttonPressLeftImage?: React.ReactElement;
6767
buttonPressRightImage?: React.ReactElement;
6868
buttonStyle?: StyleProp<ViewStyle>;
69+
buttonTextStyle?: StyleProp<ViewStyle>;
6970
buttonPressStyle?: StyleProp<ViewStyle>;
71+
buttonPressTextStyle?: StyleProp<ViewStyle>;
7072
inputStyle?: StyleProp<ViewStyle>;
7173
style?: StyleProp<ViewStyle>;
7274
append?: React.ReactElement;

0 commit comments

Comments
 (0)