react-twitch-embed
Version:
A collection of components to embed Twitch.
8 lines • 1.18 kB
TypeScript
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