stream-chat-react
Version:
React components to create chat conversations or livestream style chat
6 lines • 372 B
TypeScript
import { type ComponentProps } from 'react';
import type { AttachmentLoadingState } from 'stream-chat';
export declare const RemoveAttachmentPreviewButton: ({ className, uploadState, ...props }: ComponentProps<"button"> & {
uploadState?: AttachmentLoadingState;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=RemoveAttachmentPreviewButton.d.ts.map