Skip to content

Commit

Permalink
add some missing typedefs to JwConfig (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmilham21 authored Sep 25, 2024
1 parent d3bb9b6 commit 184b04d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ declare module "@jwplayer/jwplayer-react-native" {
advertising?: JwAdvertisingConfig;
playbackRates?: number[];
playbackRateControls?: boolean;
// Non-Json Parsing props
license: string;
playerInModal?: boolean;
fullScreenOnLandscape?: boolean;
landscapeOnFullScreen?: boolean;
portraitOnExitFullScreen?: boolean;
exitFullScreenOnPortrait?: boolean;
}

type JwThumbnailPreview = 101 | 102 | 103;
Expand Down

0 comments on commit 184b04d

Please sign in to comment.