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.

9 lines (8 loc) 258 B
import { AdConfig, AdBreak, AdType } from "../types/AdTypes"; export declare const useAdManager: (adConfig?: AdConfig) => { isAdPlaying: boolean; currentAd: AdBreak | null; adType: AdType | null; skipAd: () => void; endAd: () => void; };