UNPKG

react-native-vimeo-bridge

Version:

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

4 lines • 259 B
import type { VimeoViewProps } from './types'; declare function VimeoView({ player, height, width, style, webViewProps, webViewStyle }: VimeoViewProps): import("react/jsx-runtime").JSX.Element; export default VimeoView; //# sourceMappingURL=VimeoView.d.ts.map