UNPKG

@100mslive/roomkit-react

Version:

![Banner](https://github.com/100mslive/web-sdks/blob/06c65259912db6ccd8617f2ecb6fef51429251ec/prebuilt-banner.png)

10 lines (9 loc) 298 B
import React from 'react'; declare const TileConnection: ({ name, peerId, hideLabel, width, pinned, }: { name: string; peerId: string; hideLabel: boolean; width?: string | number | undefined; pinned?: boolean | undefined; }) => React.JSX.Element; export default TileConnection;