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

4 lines (3 loc) 225 B
import { MutableRefObject } from 'react'; export declare const formatTime: (time: number) => string; export declare const getBufferedPercent: (videoRef: MutableRefObject<HTMLVideoElement | null>, duration: number) => number;