UNPKG

xverse-components-room

Version:

xverse components room

4 lines (3 loc) 180 B
import { PropsWithChildren } from 'react'; import { IRoomProps } from './types'; export declare const Room: (props: PropsWithChildren & IRoomProps) => import("react").JSX.Element;