import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { CSSProperty } = default.CSS;
CSS property declaration data.
Properties
Whether the property has "!important" annotation (implies false
if absent).
Whether the property is understood by the browser (implies true
if absent).
Whether the property is disabled by the user (present for source-based properties only).
optional
range: SourceRangeThe entire property range in the enclosing style declaration (if available).