UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines (5 loc) 221 B
import React from "react"; export interface CometChatAudioPlayerInterface { totalDuration: number; } export declare const CometChatAudioPlayer: ({ totalDuration }: CometChatAudioPlayerInterface) => React.JSX.Element;