UNPKG

stream-chat

Version:

JS SDK for the Stream Chat API

8 lines (7 loc) 566 B
import type { AttachmentManagerConfig, LinkPreviewsManagerConfig, LocationComposerConfig, 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_LOCATION_COMPOSER_CONFIG: LocationComposerConfig; export declare const DEFAULT_COMPOSER_CONFIG: MessageComposerConfig;