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) 201 B
import { StateCreator } from "zustand"; import { VideoRefsState, VideoState } from "../types/StoreTypes"; export declare const createVideoRefsSlice: StateCreator<VideoState, [ ], [ ], VideoRefsState>;