File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 11import React , { type ComponentProps } from 'react' ;
2- import type {
3- ColorValue ,
4- RegisteredStyle ,
5- StyleProp ,
6- TextStyle ,
7- ViewStyle ,
8- } from 'react-native' ;
2+ import type { ColorValue , StyleProp , TextStyle , ViewStyle } from 'react-native' ;
93import type { NumberProp } from 'react-native-svg' ;
104import PinCodeKey from './PinCodeKey' ;
115import PinCodeRow from './PinCodeRow' ;
@@ -46,7 +40,7 @@ export const Keypad = ({
4640 disable ?: boolean ;
4741 animated ?: boolean ;
4842 rowStyle ?: StyleProp < ViewStyle > ;
49- buttonStyle ?: RegisteredStyle < ViewStyle > ;
43+ buttonStyle ?: StyleProp < ViewStyle > ;
5044 animationProps ?: ComponentProps < typeof PinCodeKey > [ 'animationProps' ] ;
5145} ) => {
5246 // ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments