UNPKG

react-twitch-embed

Version:
6 lines 262 B
export interface TwitchClipGenerateUrlOptions { autoplay?: boolean; muted?: boolean; } export declare const generateUrl: (clip: string, parent: string | string[], options?: TwitchClipGenerateUrlOptions) => string; //# sourceMappingURL=TwitchClip.d.ts.map