react-native-youtube-bridge
Version:
🎥 Easy-to-use YouTube player for React Native with cross-platform support
8 lines • 351 B
TypeScript
import { type PlayerControls, type YoutubePlayerConfig } from '../types/youtube';
declare const useYouTubePlayer: (config: YoutubePlayerConfig) => {
containerRef: import("react").RefObject<HTMLDivElement | null>;
controls: PlayerControls;
isReady: boolean;
};
export default useYouTubePlayer;
//# sourceMappingURL=useYoutubePlayer.d.ts.map