Skip to main content
Module

x/jito/router.d.ts>Elementable

Web component tools with Data Binding, Template Engine and Virtual Dom for ESM.
Go to Latest
type alias Elementable
import { type Elementable } from "https://deno.land/x/jito@1.3.1/router.d.ts";
definition:
| Promise<Component>
| Promise<Module>
| string
| Element
| Promise<Element>