interface dom.CSSPageRule
implements CSSRule
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { CSSPageRule } = dom;
CSSPageRule is an interface representing a single CSS @page rule. It implements the CSSRule interface with a type value of 6 (CSSRule.PAGE_RULE).
Properties
readonly
style: CSSStyleDeclaration