UNPKG

uyem

Version:
5 lines (4 loc) 276 B
/// <reference types="react" /> import type { GlobalProps } from './types'; declare function Main({ port, server, colors, userId: _userId, logLevel, token, name, backLinks, videoRecord, iceServers, }: Omit<GlobalProps, 'locale' | 'roomId'>): JSX.Element; export default Main;