UNPKG

react-video-timestone

Version:

A React component library for video timestone functionality

9 lines 293 B
export declare const preloadVideos: ({ urls, onProgress, onReady, }: { urls: string[]; onProgress?: (progress: number) => void; onReady?: (blobUrls: string[]) => void; }) => Promise<{ blobUrls: string[]; cleanup: () => void; }>; //# sourceMappingURL=preload-videos.d.ts.map