import { type dom } from "https://deno.land/x/evt@v2.4.10/lib/types/index.ts";
const { CSSStyleDeclaration } = dom;
An object that is a CSS declaration block, and exposes style information and various style-related methods and properties.
import { type dom } from "https://deno.land/x/evt@v2.4.10/lib/types/index.ts";
const { CSSStyleDeclaration } = dom;
An object that is a CSS declaration block, and exposes style information and various style-related methods and properties.