UNPKG

react-native-youtube-bridge

Version:

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

6 lines • 351 B
import type { YoutubePlayerVars } from '../types/youtube'; declare const useCreateLocalPlayerHtml: ({ videoId, origin, startTime, endTime, autoplay, controls, loop, muted, playsinline, rel, }: YoutubePlayerVars & { videoId: string; }) => () => string; export default useCreateLocalPlayerHtml; //# sourceMappingURL=useCreateLocalPlayerHtml.d.ts.map