UNPKG

react-native-youtube-bridge

Version:

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

14 lines • 847 B
import type { PlayerControls } from './types/youtube'; declare const YoutubePlayer: import("react").ForwardRefExoticComponent<{ source: import("./types/youtube").YouTubeSource; width?: import("react-native").DimensionValue; height?: import("react-native").DimensionValue; progressInterval?: number; style?: import("react-native").StyleProp<import("react-native").ViewStyle>; webViewStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>; webViewProps?: Omit<import("react-native-webview").WebViewProps, "ref" | "source" | "style" | "onMessage">; iframeStyle?: import("react").CSSProperties; playerVars?: import(".").YoutubePlayerVars; } & import(".").PlayerEvents & import("react").RefAttributes<PlayerControls>>; export default YoutubePlayer; //# sourceMappingURL=YoutubePlayer.web.d.ts.map