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

x/capsid/src/decorators/index.ts>innerHTML

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

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

type

(innerHTML: string) => unknown