pub fn create_element_intrinsic(
    element_type: &str,
    props: &JsValue,
    children: &Array
) -> Element
Expand description