UNPKG

@tindtechnologies/universalviewer

Version:

The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎

9 lines (8 loc) 205 B
export declare class YouTubeEvents { static UNSTARTED: string; static ENDED: string; static PLAYING: string; static PAUSED: string; static BUFFERING: string; static CUED: string; }