Skip to main content
Module

x/jito/routing.d.ts>Elementize

Web component tools with Data Binding, Template Engine and Virtual Dom for ESM.
Go to Latest
type alias Elementize
import { type Elementize } from "https://deno.land/x/jito@1.3.5/routing.d.ts";
definition: (component:
| Promise<Component>
| Promise<Module>
| string
, props?: Record<string, unknown>
) => Promise<Element>