UNPKG

@sendbird/uikit-react

Version:

Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

8 lines (7 loc) 323 B
export declare const VoiceMessageInputStatus: { readonly READY_TO_RECORD: "READY_TO_RECORD"; readonly RECORDING: "RECORDING"; readonly READY_TO_PLAY: "READY_TO_PLAY"; readonly PLAYING: "PLAYING"; }; export type VoiceMessageInputStatus = typeof VoiceMessageInputStatus[keyof typeof VoiceMessageInputStatus];