Skip to content

Commit 110f735

Browse files
committed
Added flow types
1 parent d0dd8b4 commit 110f735

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Keyframes.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ import {
44
requireNativeComponent,
55
UIManager,
66
findNodeHandle,
7+
View,
78
} from 'react-native';
89

910
const PTRKeyframesView = requireNativeComponent('PTRKeyframesView', Keyframes);
1011

11-
type Props = {
12+
type Props = React.ElementConfig<typeof View> & {
1213
onStop: Function,
1314
};
1415

0 commit comments

Comments
 (0)