orgo-vnc
Version:
Embed cloud desktops in your React app
8 lines (5 loc) • 455 B
text/typescript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { C as ComputerDisplayProps } from './types-BLToQ0-K.mjs';
import 'react';
declare function VNCClient({ hostname, password, readOnly, background, className, style, scaleViewport, clipViewport, resizeSession, showDotCursor, compressionLevel, qualityLevel, onConnect, onDisconnect, onError, onClipboard, onReady, }: ComputerDisplayProps): react_jsx_runtime.JSX.Element;
export { VNCClient };