UNPKG

react-vnc

Version:

A React Component to connect to a websockified VNC client using noVNC.

5 lines (4 loc) 231 B
import { default as VncScreen, VncScreenHandle as IVncScreenHandle, Props as IVncScreenProps } from './VncScreen'; export { VncScreen }; export type VncScreenHandle = IVncScreenHandle; export type VncScreenProps = IVncScreenProps;