Skip to main content
Module

x/capsid/mod.ts>component

💊 Declarative DOM programming library. Lightweight (1.79 kb).
Latest
variable component
Re-export
import { component } from "https://deno.land/x/capsid@v1.8.2/mod.ts";

The decorator for class component registration.

type

(name: string) => ((desc: any) => void)