UNPKG

twitch-player

Version:

A Typescript wrapper for the Twitch embeddable, interactive media player.

8 lines (7 loc) 128 B
/** * The Twitch embed color theme to use. */ export declare enum TwitchEmbedTheme { DARK = "dark", LIGHT = "light" }