hydrateDomToVnode
Builds a vnode representation from an existing DOM value.
Table of contents
Category
Value
Import
jsimport { hydrateDomToVnode } from "valyrian.js";Public signature
ts(dom: any): VnodeWithDom | string | null | voidParameters
tsdom: anyResult
tsVnodeWithDom | string | null | void