package styled-ppx

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module ColorMixMethod.PolarColorSpace

type t = [
  1. | `hsl
  2. | `hwb
  3. | `lch
  4. | `oklch
]
val toString : t -> string