UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines (5 loc) 197 B
import React from 'react'; export type RecordingTimerProps = { durationSeconds: number; }; export declare const RecordingTimer: ({ durationSeconds }: RecordingTimerProps) => React.JSX.Element;