UNPKG

react-native-youtube-bridge

Version:

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

4 lines • 266 B
import type { YoutubeViewProps } from './types/youtube'; declare function YoutubeView({ player, height, width, style, iframeStyle }: YoutubeViewProps): import("react/jsx-runtime").JSX.Element; export default YoutubeView; //# sourceMappingURL=YoutubeView.web.d.ts.map