Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/astral/bindings/celestial.ts>CSS_CSSPropertyRegistration

A high-level puppeteer/playwright-like library for Deno
Latest
type alias CSS_CSSPropertyRegistration
import { type CSS_CSSPropertyRegistration } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";

Representation of a custom property registration through CSS.registerProperty

definition: { propertyName: string; initialValue?: CSS_Value; inherits: boolean; syntax: string; }