UNPKG

react-device-portal

Version:
6 lines (5 loc) 148 B
import { type FunctionComponent } from 'react'; export declare const DevicePortalInput: FunctionComponent<{ room: string; data: string; }>;