Skip to content

Commit 1c114f7

Browse files
committed
remove old typing
1 parent fcc9167 commit 1c114f7

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

src/components/touchableOpacity/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export type TouchableOpacityProps = Omit<RNTouchableOpacityProps, 'style' | 'onP
4949

5050
type Props = BaseComponentInjectedProps &
5151
ForwardRefInjectedProps &
52-
Partial<TouchableOpacityProps>;
52+
TouchableOpacityProps;
5353

5454
/**
5555
* @description: A wrapper for TouchableOpacity component. Support onPress, throttling and activeBackgroundColor

typings/components/TouchableOpacity.d.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)