UNPKG

@sendbird/uikit-react

Version:

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

6 lines (5 loc) 249 B
import type { UIKitOptions, CommonUIKitConfigProps } from '../Sendbird/types'; export declare function uikitConfigMapper({ legacyConfig, uikitOptions, }: { legacyConfig: CommonUIKitConfigProps; uikitOptions?: UIKitOptions; }): UIKitOptions;