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) 176 B
import { ReactElement } from 'react'; interface Props { onCloseClick?(): void; } export default function InvalidChannel({ onCloseClick, }: Props): ReactElement; export {};