diff --git a/packages/mux-player-react/src/index.tsx b/packages/mux-player-react/src/index.tsx index 2836f1e5b..e936f7c12 100644 --- a/packages/mux-player-react/src/index.tsx +++ b/packages/mux-player-react/src/index.tsx @@ -49,6 +49,7 @@ type MuxMediaPropTypes = { // debug: Options["debug"] & Hls["config"]["debug"]; debug: boolean; disableCookies: boolean; + disablePictureInPicture?: boolean; // metadata: Partial; metadata: { [k: string]: any }; beaconCollectionDomain: string; @@ -70,7 +71,6 @@ export type MuxPlayerProps = { hotkeys?: string; nohotkeys?: boolean; defaultHiddenCaptions?: boolean; - disablePictureInPicture?: boolean; playerSoftwareVersion?: string; playerSoftwareName?: string; forwardSeekOffset?: number;