UNPKG

@sendbird/uikit-react

Version:

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

7 lines (6 loc) 285 B
export declare enum PublishingModuleType { CHANNEL = "CHANNEL", THREAD = "THREAD" } export declare function shouldPubSubPublishToChannel(modules?: PublishingModuleType[]): boolean; export declare function shouldPubSubPublishToThread(modules?: PublishingModuleType[]): boolean;