UNPKG

react-native-vimeo-bridge

Version:

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

4 lines • 293 B
import type { VimeoEmbedOptions, VimeoSource } from '../types'; export declare const parseVimeoSource: (source: VimeoSource) => string | null | undefined; export declare function createVimeoOEmbedUrl(url?: string | null, params?: VimeoEmbedOptions): string; //# sourceMappingURL=index.d.ts.map