UNPKG

react-video-seek-slider

Version:

A lightweight, dependency-free React video seek slider component with YouTube-like functionality, time codes, and video preview support

3 lines (2 loc) 158 B
import { TimeCode } from '../components/timeCodeItem'; export declare const getEndTimeByIndex: (timeCodes: TimeCode[], index: number, max: number) => number;