UNPKG

@sendbird/uikit-react

Version:

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

5 lines (4 loc) 256 B
import type { UserMessage } from '@sendbird/chat/message'; export declare const URL_REG: RegExp; export declare const createUrlTester: (regexp: RegExp) => (text: string) => boolean; export declare const checkOGIsEnalbed: (message: UserMessage) => boolean;