UNPKG

react-stv-player

Version:

A highly customizable React video player built on Video.js, supporting custom buttons, themes, and advanced playback controls.

4 lines (3 loc) 168 B
import { ClassValue } from 'clsx'; export declare function cn(...inputs: ClassValue[]): string; export declare const formatTime: (value: number) => string | undefined;