function signature of the hyperscript DOM generator function.

interface HyperScript_CreateElement {
    (html_tag, attrs?, ...children): HTMLElement;
    <P>(component, props?, ...children): Element;
    <P>(fragment_component, props?, ...siblings): Element[];
    <P>(component, props?, ...children): Element | Element[];
}

Generated using TypeDoc