UNPKG

@sendbird/uikit-react

Version:

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

4 lines (3 loc) 144 B
import React from 'react'; import type { DesktopLayoutProps } from './types'; export declare const DesktopLayout: React.FC<DesktopLayoutProps>;