react-native-youtube-bridge
Version:
🎥 Easy-to-use YouTube player for React Native with cross-platform support
4 lines • 321 B
TypeScript
import type { YoutubeViewProps } from './types/youtube';
declare function YoutubeView({ player, webViewUrl: webViewBaseUrl, width, height, useInlineHtml, style, webViewStyle, webViewProps, }: YoutubeViewProps): import("react/jsx-runtime").JSX.Element;
export default YoutubeView;
//# sourceMappingURL=YoutubeView.d.ts.map