pub fn create_element_no_children(
    element_type: &JsValue,
    props: &JsValue
) -> Element
Expand description