UNPKG

@sendbird/uikit-react

Version:

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

7 lines (6 loc) 177 B
export declare const SUPPORTING_TYPES: { IMAGE: string; VIDEO: string; UNSUPPORTED: string; }; export declare const getSupportingFileType: (type: string) => string;