Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias ListStyleType
import { type ListStyleType } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

A value for the list-style-type property.

definition: { type: "none"; } | { type: "string"; value: String; } | { type: "counter-style"; value: CounterStyle; }