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) 178 B
type renderToStringParams = { userId: string; nickname: string; }; export default function renderToString({ userId, nickname }: renderToStringParams): string; export {};