UNPKG

uyem

Version:
5 lines (4 loc) 231 B
/// <reference types="react" /> import { HallProps } from '../types'; declare function Hall({ open, locale, server, port, roomId, userId, theme, token, name, backLinks, videoRecord, }: HallProps): JSX.Element; export default Hall;