import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { SetStyleTextsResponse } = Protocol.CSS;
Properties
styles: CSSStyle[]
The resulting styles after modification.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { SetStyleTextsResponse } = Protocol.CSS;
The resulting styles after modification.