UNPKG

funuicss

Version:

React and Next.js component UI Library for creating Easy and good looking websites with fewer lines of code. Elevate your web development experience with our cutting-edge React/Next.js component UI Library. Craft stunning websites effortlessly, boasting b

9 lines (8 loc) 248 B
interface UseHlsOptions { videoRef: React.RefObject<HTMLVideoElement>; src: string; autoPlay?: boolean; onLoaded?: () => void; } export declare function useHls({ videoRef, src, autoPlay, onLoaded }: UseHlsOptions): void; export {};