UNPKG

stream-chat

Version:

JS SDK for the Stream Chat API

7 lines (6 loc) 463 B
import type { AttachmentManagerConfig, LinkPreviewsManagerConfig, MessageComposerConfig } from './types'; import type { TextComposerConfig } from './types'; export declare const DEFAULT_LINK_PREVIEW_MANAGER_CONFIG: LinkPreviewsManagerConfig; export declare const DEFAULT_ATTACHMENT_MANAGER_CONFIG: AttachmentManagerConfig; export declare const DEFAULT_TEXT_COMPOSER_CONFIG: TextComposerConfig; export declare const DEFAULT_COMPOSER_CONFIG: MessageComposerConfig;