File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 "url" : " https://github.com/troberts-28"
77 },
88 "license" : " MIT" ,
9- "version" : " 1.2.2 " ,
9+ "version" : " 1.2.3 " ,
1010 "main" : " dist/index.js" ,
1111 "types" : " dist/index.d.ts" ,
1212 "scripts" : {
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export interface TimerPickerModalProps extends TimerPickerProps {
4949 containerProps ?: React . ComponentProps < typeof View > ;
5050 contentContainerProps ?: React . ComponentProps < typeof View > ;
5151 buttonContainerProps ?: React . ComponentProps < typeof View > ;
52- buttonTouchableOpacityProps : React . ComponentProps < typeof TouchableOpacity > ;
52+ buttonTouchableOpacityProps ? : React . ComponentProps < typeof TouchableOpacity > ;
5353 modalTitleProps ?: React . ComponentProps < typeof Text > ;
5454 styles ?: CustomTimerPickerModalStyles ;
5555}
You can’t perform that action at this time.
0 commit comments