Skip to main content
Module

x/jito/mod.ts>Component

Web component tools with Data Binding, Template Engine and Virtual Dom for ESM.
Go to Latest
interface Component
import { type Component } from "https://deno.land/x/jito@1.0.0/mod.ts";

Properties

optional
patcher: Patcher
optional
template: TreeTemplate
options: { mode: ShadowRootMode; delegatesFocus?: boolean; localeOnly?: boolean; }