Skip to content

Window

const Window: ForwardRefExoticComponent<WindowProps & RefAttributes<WindowHandle>>

Defined in: renderer/Window.tsx:60

Declarative window component using createPortal.

Children render into a native window while remaining in the parent React tree, so all parent context providers (Redux, theme, etc.) are automatically available.