UNPKG

metaeditor

Version:

The Pixel Streaming library for ReactJS facilitates the integration of Unreal Engine v.5 into a web browser. It enables the transmission of commands and receipt of callbacks from the stream server once Unreal Engine is launched.

6 lines (5 loc) 181 B
import * as React from 'react'; interface Props { } declare const DrawerInfo: React.ForwardRefExoticComponent<Props & React.RefAttributes<unknown>>; export default DrawerInfo;