stream-chat-react
Version:
React components to create chat conversations or livestream style chat
9 lines • 446 B
TypeScript
import { AudioProps } from './Audio';
import type { RenderAttachmentProps } from './utils';
export declare const CardAudio: ({ og: { asset_url, author_name, og_scrape_url, text, title, title_link }, }: AudioProps) => JSX.Element;
export declare type CardProps = RenderAttachmentProps['attachment'];
/**
* Simple Card Layout for displaying links
*/
export declare const Card: (props: CardProps) => JSX.Element;
//# sourceMappingURL=Card.d.ts.map