import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { PseudoElementMatches } = default.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.