interface CSSPageRule
implements CSSRule
import { type CSSPageRule } from "https://deno.land/x/evt@v2.4.20/lib/types/lib.dom.ts";
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