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) 195 B
import React from 'react'; export interface SelectChannelTypeProps { onCancel?(): void; } declare const SelectChannelType: React.FC<SelectChannelTypeProps>; export default SelectChannelType;