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.

8 lines (7 loc) 273 B
/// <reference types="react" /> interface Props { children: JSX.Element; onConfirm: () => void; } declare const DialogConfirmation: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<unknown>>; export default DialogConfirmation;