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.

6 lines (5 loc) 183 B
import { IntroConfig } from "../types/VideoPlayerTypes"; export declare const useIntroSkip: (intro?: IntroConfig) => { showSkipIntro: boolean; handleSkipIntro: () => void; };