import { type Renderer } from "https://deno.land/x/react_deno@17.0.2/src/react_dom.d.ts";
Call Signatures
(): Element
element: Array<DOMElement<DOMAttributes<any>, any>>,
container: Container | null,
callback?: () => void,
(): void
element: SFCElement<any> | Array<SFCElement<any>>,
container: Container | null,
callback?: () => void,
<P, T extends Component<P, ComponentState>>(): T
(): Component<any, ComponentState>
element: Array<CElement<any, Component<any, ComponentState>>>,
container: Container | null,
callback?: () => void,
<P>(): Component<P, ComponentState> | Element | void
(): Component<any, ComponentState> | Element | void