UNPKG

react-twitch-embed

Version:
8 lines 1.18 kB
import TwitchChat, { TwitchChatProps } from './components/TwitchChat'; import TwitchClip, { TwitchClipProps } from './components/TwitchClip'; import TwitchEmbed, { TwitchEmbedProps } from './components/TwitchEmbed'; import TwitchPlayer, { TwitchPlayerProps } from './components/TwitchPlayer'; import TwitchPlayerNonInteractive, { TwitchPlayerNonInteractiveProps } from './components/TwitchPlayerNonInteractive'; import { OnPlayData, OnSeekData, OnAuthenticateData, PlayerQuality, PlaybackStats, PlayerState, TwitchPlayerInstance, TwitchPlayerConstructorOptions, TwitchPlayerConstructor, TwitchEmbedInstance, TwitchEmbedConstructorOptions, TwitchEmbedConstructor, TwitchWindow } from './types'; export { TwitchChat, TwitchChatProps, TwitchClip, TwitchClipProps, TwitchEmbed, TwitchEmbedProps, TwitchPlayer, TwitchPlayerProps, TwitchPlayerNonInteractive, TwitchPlayerNonInteractiveProps, OnPlayData, OnSeekData, OnAuthenticateData, PlayerQuality, PlaybackStats, PlayerState, TwitchPlayerInstance, TwitchPlayerConstructorOptions, TwitchPlayerConstructor, TwitchEmbedInstance, TwitchEmbedConstructorOptions, TwitchEmbedConstructor, TwitchWindow }; //# sourceMappingURL=index.d.ts.map