stream-chat-react
Version:
React components to create chat conversations or livestream style chat
9 lines • 307 B
TypeScript
import type { Attachment } from 'stream-chat';
export type AudioProps = {
attachment: Attachment;
};
/**
* Audio attachment with play/pause button and progress bar
*/
export declare const Audio: (props: AudioProps) => import("react/jsx-runtime").JSX.Element | null;
//# sourceMappingURL=Audio.d.ts.map