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