UNPKG

uyem

Version:
5 lines (4 loc) 187 B
/// <reference types="react" /> import { ChatProps } from '../types'; declare function Chat({ server, port, roomId, userId, locale, theme }: ChatProps): JSX.Element; export default Chat;