UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

11 lines 384 B
import type { RenderAttachmentProps } from '../utils'; export type CardProps = RenderAttachmentProps['attachment'] & { compact?: boolean; }; declare const UnMemoizedCard: (props: CardProps) => import("react/jsx-runtime").JSX.Element; /** * Simple Card Layout for displaying links */ export declare const Card: typeof UnMemoizedCard; export {}; //# sourceMappingURL=Card.d.ts.map