UNPKG

react-native-youtube-bridge

Version:

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

3 lines • 296 B
import type { YoutubePlayerVars } from '@react-native-youtube-bridge/core'; export declare const getYoutubeWebViewUrl: (videoId: string | null | undefined, useInlineHtml: boolean, playerVars: YoutubePlayerVars, webViewBaseUrl?: string) => string | undefined; //# sourceMappingURL=youtube.d.ts.map