react-twitch-embed
Version:
A collection of components to embed Twitch.
45 lines • 1.03 kB
TypeScript
export declare const URLS: {
TWITCH_EMBED_URL: string;
TWITCH_CHAT_URL: string;
TWITCH_CLIP_URL: string;
TWITCH_PLAYER_URL: string;
TWITCH_PLAYER_NON_INTERACTIVE_URL: string;
};
export declare const DEFAULTS: {
CHAT: {
HEIGHT: number;
WIDTH: number;
};
MEDIA: {
HEIGHT: number;
WIDTH: number;
};
ID: {
TWITCH_EMBED: string;
TWITCH_PLAYER: string;
};
TITLE: {
TWITCH_CHAT: string;
TWITCH_CLIP: string;
TWITCH_PLAYER_NON_INTERACTIVE: string;
};
ALLOW_FULLSCREEN: boolean;
AUTOPLAY: boolean;
WITH_CHAT: boolean;
MUTED: boolean;
DARK_MODE: boolean;
TIME: string;
HIDE_CONTROLS: boolean;
INLINE: boolean;
};
export declare const STORYBOOK_DEFAULTS: {
channel: string;
channels: string[];
clips: string[];
video: string;
videos: string[];
videoInCollection: string;
collection: string;
collections: string[];
};
//# sourceMappingURL=index.d.ts.map