UNPKG

@sendbird/uikit-react

Version:

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

3 lines (2 loc) 173 B
export declare const checkFileType: (fileUrl: string) => "GIF" | "FILE_AUDIO" | "FILE_DOCUMENT"; export declare const truncate: (fullStr: string, strLen: number) => string;