UNPKG

@zezosoft/react-player

Version:

A lightweight and customizable video player by Zezosoft, built for seamless streaming with advanced controls, adaptive playback, and modern UI. Perfect for web and React applications.

7 lines (6 loc) 153 B
export interface Time { hh: string; mm: string; ss: string; } export declare function millisecondsToTime(ms: number, offset?: number): Time;