Skip to content

Commit

Permalink
Merge pull request #225 from bobbyjcolley/master
Browse files Browse the repository at this point in the history
Fix Typescript issue
  • Loading branch information
ammarahm-ed authored Oct 21, 2021
2 parents a89537e + 8b1d11c commit 9ca2d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -434,8 +434,8 @@ declare module "react-native-admob-native-ads" {
onVideoProgress?: (progress: {
duration: string;
currentTime: string;
}) => {};
onVideoMute?: (muted: boolean) => {};
}) => void;
onVideoMute?: (muted: boolean) => void;
paused?: boolean;
muted?: boolean;
}): JSX.Element;

0 comments on commit 9ca2d10

Please sign in to comment.