stream-chat
Version:
JS SDK for the Stream Chat API
7 lines (6 loc) • 535 B
TypeScript
import type { AttachmentManagerConfig, LinkPreviewsManagerConfig, LocationComposerConfig, MessageComposerConfig, 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;