Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Root

interface Root {
render(children: React.ReactNode): void;
unmount(): void;
}

§Methods

§
render(children: React.ReactNode): void
[src]
§
unmount(): void
[src]