UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

5 lines 233 B
export type ImagePlaceholderProps = { className?: string; }; export declare const ImagePlaceholder: ({ className }: ImagePlaceholderProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ImagePlaceholder.d.ts.map