Function create_element

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