Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/capsid/src/decorators/inner_html.ts>default

💊 Declarative DOM programming library. Lightweight (1.79 kb).
Latest
variable default
import { default } from "https://deno.land/x/capsid@v1.8.2/src/decorators/inner_html.ts";

is decorator adds the class names to the given element when it's mounted.

type

(innerHTML: string) => unknown