UNPKG

@simply-stream/react-components

Version:

A set of common components that rely on simply-stream systems or are used by them

8 lines 663 B
export { default as TwitchClips, type TwitchClipProps } from './components/TwitchClip'; export { default as TwitchRandomClips, type TwitchRandomClipsProps, type TwitchRandomClipsConfig, } from './components/TwitchRandomClips'; export { default as ClipHeader, type ClipHeaderProps } from './components/ClipHeader'; export { default as ClipTitle } from './components/ClipTitle'; export { default as GameName, type GameNameProps } from './components/GameName'; export { default as StreamerName } from './components/StreamerName'; export { default as RandomizerContext, RandomizerProvider, PlayerMode } from './context/randomizer'; //# sourceMappingURL=index.d.ts.map