UNPKG

react-native-youtube-bridge

Version:

🎥 Easy-to-use YouTube player for React Native with cross-platform support

4 lines • 258 B
import { type PlayerEvents, type YouTubeSource } from '../types/youtube'; declare const useYouTubeVideoId: (source: YouTubeSource, onError?: PlayerEvents["onError"]) => string; export default useYouTubeVideoId; //# sourceMappingURL=useYoutubeVideoId.d.ts.map