v
Creates the vnode description that Valyrian.js renders as part of a view.
Table of contents
Category
Value
Import
jsimport { v } from "valyrian.js";Public signature
ts(tagOrComponent: VnodeTag, props: Properties | null, ...children: Children): VnodeParameters
tstagOrComponent: VnodeTag, props: Properties | null, ...children: ChildrenResult
tsVnode