UNPKG

@azesmway/react-native-rutube

Version:
12 lines (11 loc) 342 B
/// <reference types="react" /> import { ViewStyle } from 'react-native'; interface IProps { source: string; width: number; height: number; webViewStyle?: ViewStyle; webViewProps?: any; } declare const RutubeView: ({ source, width, height, webViewStyle, webViewProps, }: IProps) => JSX.Element; export default RutubeView;