UNPKG

react-native-youtube-bridge

Version:

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

7 lines • 430 B
import { type YoutubePlayerVars } from '@react-native-youtube-bridge/core'; declare const useCreateLocalPlayerHtml: ({ videoId, origin, startTime, endTime, autoplay, controls, loop, muted, playsinline, rel, useInlineHtml, }: YoutubePlayerVars & { videoId: string | null | undefined; useInlineHtml: boolean; }) => () => string; export default useCreateLocalPlayerHtml; //# sourceMappingURL=useCreateLocalPlayerHtml.d.ts.map