UNPKG

@werk1/w1-system-videoblock

Version:

Universal video player supporting YouTube, Vimeo, HLS, DASH with coordination and GSAP integration for W1 System

10 lines (9 loc) 357 B
import React from 'react'; import type { W1VideoControlsProps } from '../../types'; /** * W1VideoControls - Full-featured UI controls layer for video player * * Provides comprehensive video controls with auto-hide, themes, positioning, and keyboard shortcuts */ declare const W1VideoControls: React.FC<W1VideoControlsProps>; export { W1VideoControls };