Core/Packages/Runtime DOM/Installation
@sigx/runtime-dom · Stable

Installation#

Add @sigx/runtime-dom to your project.

Install the package#

Terminal
pnpm add @sigx/runtime-dom

Verify#

TSX
import * as RuntimeDOM from '@sigx/runtime-dom';

console.log(Object.keys(RuntimeDOM));