@simply-stream/react-components
Version:
A set of common components that rely on simply-stream systems or are used by them
8 lines • 303 B
TypeScript
import { Clip } from '../types/Clip';
import { HelixClip } from '@twurple/api';
export type ClipTitleProps = {
clip: Clip | HelixClip;
};
declare const ClipTitle: ({ clip }: ClipTitleProps) => import("react/jsx-runtime").JSX.Element;
export default ClipTitle;
//# sourceMappingURL=ClipTitle.d.ts.map