import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { PseudoElementMatches } = Protocol.CSS;
CSS rule collection for a single pseudo style.
Properties
pseudoType: DOM.PseudoType
Pseudo element type.
matches: RuleMatch[]
Matches of CSS rules applicable to the pseudo style.