Type Definition leptos_dom::Node

source ·
pub type Node = Node;
Expand description

The type of an HTML or DOM node. When server rendering, this is a String. When rendering in a browser, this is a DOM Node.