Skip to main content

DefaultSupportedListStyleType

export
type DefaultSupportedListStyleType = "none"
  | "disc"
  | "circle"
  | "square"
  | "decimal"
  | "decimal-leading-zero"
  | "lower-roman"
  | "upper-roman"
  | "lower-greek"
  | "lower-alpha"
  | "lower-latin"
  | "upper-alpha"
  | "upper-latin"
  | "disclosure-open"
  | "disclosure-closed"

List style types supported internally.

See CSS Counter Styles Level 3.